We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8a1f5 commit 55465e1Copy full SHA for 55465e1
1 file changed
rust/extractor/src/crate_graph.rs
@@ -956,7 +956,6 @@ fn scalar_to_str(scalar: &Scalar) -> &'static str {
956
}
957
958
fn make_path(db: &dyn HirDatabase, item: impl HasModule) -> Vec<String> {
959
- let db = db;
960
let module = item.module(db);
961
make_path_mod(db, module)
962
0 commit comments