do something with library_symbols

This commit is contained in:
Jake Heinz 2021-11-29 09:36:00 +00:00
parent 176f4da77a
commit 1280887561
3 changed files with 36 additions and 63 deletions

View file

@ -102,7 +102,7 @@ fn source_root_crates(db: &dyn SourceDatabaseExt, id: SourceRootId) -> Arc<FxHas
let root_file = graph[krate].root_file_id;
db.file_source_root(root_file) == id
})
.collect::<FxHashSet<_>>();
.collect();
Arc::new(res)
}