mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-09 10:14:21 +01:00
make clippy happy
This commit is contained in:
@@ -2379,7 +2379,7 @@ pub mod tests {
|
||||
|
||||
for (input, expected) in tc {
|
||||
let result = type_from_name(input);
|
||||
assert_eq!(result, expected, "Failed for input: {}", input);
|
||||
assert_eq!(result, expected, "Failed for input: {input}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user