Another post-rebase clippy round with 1.88.0

This commit is contained in:
Jussi Saurio
2025-07-12 19:07:46 +03:00
parent 1a91966c7e
commit a48b6d049a
23 changed files with 173 additions and 233 deletions

View File

@@ -728,8 +728,7 @@ fn test_wal_bad_frame() -> anyhow::Result<()> {
assert!(
panic_msg.contains("WAL frame checksum mismatch."),
"Expected panic message not found. Got: {}",
panic_msg
"Expected panic message not found. Got: {panic_msg}"
);
}
Ok(_) => panic!("Expected query to panic, but it succeeded"),