mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 22:08:55 +08:00 
			
		
		
		
	clippy::unseparated_literal_suffix
This commit is contained in:
		| @@ -79,7 +79,7 @@ union ModuleZeroHack { | ||||
| // structs are allowed to be zeroed. | ||||
| const ZERO_MODULE: ffi::sqlite3_module = unsafe { | ||||
|     ModuleZeroHack { | ||||
|         bytes: [0u8; std::mem::size_of::<ffi::sqlite3_module>()], | ||||
|         bytes: [0_u8; std::mem::size_of::<ffi::sqlite3_module>()], | ||||
|     } | ||||
|     .module | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user