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 d6e7a93 commit 83111f3Copy full SHA for 83111f3
rust/extractor/src/main.rs
@@ -205,7 +205,7 @@ fn main() -> anyhow::Result<()> {
205
let cargo_config = cfg.to_cargo_config();
206
for (manifest, files) in map.values().filter(|(_, files)| !files.is_empty()) {
207
if let Some((ref db, ref vfs)) = extractor.load_manifest(manifest, &cargo_config) {
208
- crate_graph::extract_crate_graph(&extractor.traps, db, vfs);
+ crate_graph::extract_crate_graph(extractor.traps, db, vfs);
209
let semantics = Semantics::new(db);
210
for file in files {
211
match extractor.load_source(file, &semantics, vfs) {
0 commit comments