Make clippy happy

This commit is contained in:
Konstantin Knizhnik
2023-03-10 09:52:12 +02:00
parent 89e4fc3c63
commit d07101d317

View File

@@ -427,7 +427,6 @@ mod tests {
let actual = cursor.read_blob(pos)?;
assert_eq!(actual, expected);
}
drop(cursor);
// Test a large blob that spans multiple pages
let mut large_data = Vec::new();