mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 00:44:19 +01:00
clippy again
This commit is contained in:
@@ -4019,7 +4019,7 @@ mod tests {
|
||||
for tc in testcases {
|
||||
let mut p = Parser::new(tc.as_bytes());
|
||||
let result = p.next_cmd();
|
||||
assert!(result.is_err(), "Expected error for: {}", tc);
|
||||
assert!(result.is_err(), "Expected error for: {tc}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user