mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 13:58:55 +08:00 
			
		
		
		
	Fix warnings
This commit is contained in:
		| @@ -103,7 +103,7 @@ impl InnerConnection { | ||||
|                                                   c_name.as_ptr(), | ||||
|                                                   module, | ||||
|                                                   mem::transmute(boxed_aux), | ||||
|                                                   Some(mem::transmute(free_boxed_value::<A>))) | ||||
|                                                   Some(free_boxed_value::<A>)) | ||||
|                 } | ||||
|             } | ||||
|             None => unsafe { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user