mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Fix clippy warning
This commit is contained in:
		| @@ -455,7 +455,7 @@ pub unsafe fn to_sqlite_error( | ||||
|     match e { | ||||
|         Error::SqliteFailure(err, s) => { | ||||
|             if let Some(s) = s { | ||||
|                 *err_msg = alloc(&s); | ||||
|                 *err_msg = alloc(s); | ||||
|             } | ||||
|             err.extended_code | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user