mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	chore: address Rust 1.82.0 clippy lints (#6401)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -93,7 +93,7 @@ impl<T: DatabaseStore> ReverseLookupInterface for KVRouterStore<T> { | ||||
|                 }; | ||||
|                 let redis_entry = kv::TypedSql { | ||||
|                     op: kv::DBOperation::Insert { | ||||
|                         insertable: kv::Insertable::ReverseLookUp(new), | ||||
|                         insertable: Box::new(kv::Insertable::ReverseLookUp(new)), | ||||
|                     }, | ||||
|                 }; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Chethan Rao
					Chethan Rao