mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Silence clippy
This commit is contained in:
		
				
					committed by
					
						 Thom Chiovoloni
						Thom Chiovoloni
					
				
			
			
				
	
			
			
			
						parent
						
							f264873999
						
					
				
				
					commit
					8841187717
				
			| @@ -413,6 +413,8 @@ mod test { | ||||
|  | ||||
|     #[test] | ||||
|     fn test_numeric_conversions() { | ||||
|         #![allow(clippy::float_cmp)] | ||||
|  | ||||
|         // Test what happens when we store an f32 and retrieve an i32 etc. | ||||
|         let db = Connection::open_in_memory().unwrap(); | ||||
|         db.execute_batch("CREATE TABLE foo (x)").unwrap(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user