mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-09 21:12:19 +08:00
clippy::uninlined_format_args
This commit is contained in:
@@ -631,7 +631,7 @@ mod tests {
|
||||
)?;
|
||||
let mut rows = stmt.query([])?;
|
||||
let row = rows.next()?.unwrap();
|
||||
let s = format!("{:?}", row);
|
||||
let s = format!("{row:?}");
|
||||
assert_eq!(
|
||||
s,
|
||||
r#"{"name": (Text, "Lisa"), "id": (Integer, 1), "pi": (Real, 3.14), "blob": (Blob, 6), "void": (Null, ())}"#
|
||||
|
Reference in New Issue
Block a user