Skip to content

Commit 55465e1

Browse files
committed
Rust: lint
1 parent 4f8a1f5 commit 55465e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/extractor/src/crate_graph.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,6 @@ fn scalar_to_str(scalar: &Scalar) -> &'static str {
956956
}
957957

958958
fn make_path(db: &dyn HirDatabase, item: impl HasModule) -> Vec<String> {
959-
let db = db;
960959
let module = item.module(db);
961960
make_path_mod(db, module)
962961
}

0 commit comments

Comments
 (0)