mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 06:03:58 +00:00
close #1763
This commit is contained in:
parent
82f3317e2b
commit
4854408f28
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ impl ProjectWorkspace {
|
||||||
if let Some(file_id) = load(krate.root(&sysroot)) {
|
if let Some(file_id) = load(krate.root(&sysroot)) {
|
||||||
sysroot_crates.insert(
|
sysroot_crates.insert(
|
||||||
krate,
|
krate,
|
||||||
crate_graph.add_crate_root(file_id, Edition::Edition2015),
|
crate_graph.add_crate_root(file_id, Edition::Edition2018),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue