Skip to content

Commit

Permalink
drive-by warning cleanup
Browse files Browse the repository at this point in the history
ksedgwic committed Jan 16, 2025
1 parent 253dc87 commit f8b7a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ndb.rs
Original file line number Diff line number Diff line change
@@ -567,7 +567,7 @@ mod tests {
test_util::cleanup_db(&db);

{
let mut ndb = Ndb::new(db, &Config::new()).expect("ndb");
let ndb = Ndb::new(db, &Config::new()).expect("ndb");
let sub_id = {
let filter = Filter::new().kinds(vec![1]).build();
let filters = vec![filter];

0 comments on commit f8b7a3c

Please sign in to comment.