mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make clippy happy (#13772)
This commit is contained in:
@ -986,7 +986,7 @@ mod tests {
|
||||
let db = tx.open_db(None).unwrap();
|
||||
for i in 1_000usize..1_000_000 {
|
||||
match tx.put(db.dbi(), i.to_le_bytes(), b"0", WriteFlags::empty()) {
|
||||
Ok(_) => continue,
|
||||
Ok(_) => {}
|
||||
Err(Error::MapFull) => break,
|
||||
result @ Err(_) => result.unwrap(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user