mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-11-04 08:08:55 +08:00 
			
		
		
		
	Fix clippy warning
This commit is contained in:
		@@ -550,8 +550,7 @@ mod bindings {
 | 
			
		||||
        >,
 | 
			
		||||
    ) -> ::std::os::raw::c_int;
 | 
			
		||||
}"#,
 | 
			
		||||
            )
 | 
			
		||||
            .rustfmt_bindings(true);
 | 
			
		||||
            );
 | 
			
		||||
 | 
			
		||||
        if cfg!(any(feature = "sqlcipher", feature = "bundled-sqlcipher")) {
 | 
			
		||||
            bindings = bindings.clang_arg("-DSQLITE_HAS_CODEC");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user