mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-19 12:29:34 +08:00
clippy::uninlined_format_args
This commit is contained in:
@@ -9,10 +9,7 @@ fn main() -> Result<()> {
|
||||
unsafe {
|
||||
db.load_extension_enable()?;
|
||||
db.load_extension(
|
||||
format!(
|
||||
"target/debug/examples/{}loadable_extension{}",
|
||||
DLL_PREFIX, DLL_SUFFIX
|
||||
),
|
||||
format!("target/debug/examples/{DLL_PREFIX}loadable_extension{DLL_SUFFIX}"),
|
||||
None,
|
||||
)?;
|
||||
db.load_extension_disable()?;
|
||||
|
Reference in New Issue
Block a user