mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-11-04 08:08:55 +08:00 
			
		
		
		
	Rustfmt
This commit is contained in:
		@@ -538,7 +538,8 @@ mod bindings {
 | 
			
		||||
}"#,
 | 
			
		||||
            )
 | 
			
		||||
            .blocklist_function("sqlite3_cancel_auto_extension")
 | 
			
		||||
            .raw_line(r#"extern "C" {
 | 
			
		||||
            .raw_line(
 | 
			
		||||
                r#"extern "C" {
 | 
			
		||||
    pub fn sqlite3_cancel_auto_extension(
 | 
			
		||||
        xEntryPoint: ::std::option::Option<
 | 
			
		||||
            unsafe extern "C" fn(
 | 
			
		||||
@@ -548,7 +549,8 @@ mod bindings {
 | 
			
		||||
            ) -> ::std::os::raw::c_int,
 | 
			
		||||
        >,
 | 
			
		||||
    ) -> ::std::os::raw::c_int;
 | 
			
		||||
}"#)
 | 
			
		||||
}"#,
 | 
			
		||||
            )
 | 
			
		||||
            .rustfmt_bindings(true);
 | 
			
		||||
 | 
			
		||||
        if cfg!(any(feature = "sqlcipher", feature = "bundled-sqlcipher")) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user