mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Fix uninlined_format_args
cargo clippy --all --all-targets --fix -- -Wclippy::uninlined_format_args
This commit is contained in:
		| @@ -12,7 +12,7 @@ use sqlite3_parser::lexer::sql::Parser; | ||||
| #[doc(hidden)] | ||||
| #[proc_macro] | ||||
| pub fn __bind(input: TokenStream) -> TokenStream { | ||||
|     try_bind(input).unwrap_or_else(|msg| parse_ts(&format!("compile_error!({:?})", msg))) | ||||
|     try_bind(input).unwrap_or_else(|msg| parse_ts(&format!("compile_error!({msg:?})"))) | ||||
| } | ||||
|  | ||||
| type Result<T> = std::result::Result<T, String>; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user