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