We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8053d5c commit 498bbc8Copy full SHA for 498bbc8
rust/extractor/src/main.rs
@@ -218,7 +218,7 @@ fn main() -> anyhow::Result<()> {
218
let cargo_config = cfg.to_cargo_config(&cwd()?);
219
for (manifest, files) in map.values().filter(|(_, files)| !files.is_empty()) {
220
if let Some((ref db, ref vfs)) = extractor.load_manifest(manifest, &cargo_config) {
221
- crate_graph::extract_crate_graph(&extractor.traps, db, vfs);
+ crate_graph::extract_crate_graph(extractor.traps, db, vfs);
222
let semantics = Semantics::new(db);
223
for file in files {
224
match extractor.load_source(file, &semantics, vfs) {
0 commit comments