Skip to content

Commit 83111f3

Browse files
committed
Rust: cargo clippy
1 parent d6e7a93 commit 83111f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/extractor/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fn main() -> anyhow::Result<()> {
205205
let cargo_config = cfg.to_cargo_config();
206206
for (manifest, files) in map.values().filter(|(_, files)| !files.is_empty()) {
207207
if let Some((ref db, ref vfs)) = extractor.load_manifest(manifest, &cargo_config) {
208-
crate_graph::extract_crate_graph(&extractor.traps, db, vfs);
208+
crate_graph::extract_crate_graph(extractor.traps, db, vfs);
209209
let semantics = Semantics::new(db);
210210
for file in files {
211211
match extractor.load_source(file, &semantics, vfs) {

0 commit comments

Comments
 (0)