mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-16 15:14:02 +00:00
Merge #1764
1764: close #1763 r=matklad a=ivfranco Close #1763 for now Co-authored-by: ivfranco <ivfranco33@outlook.com>
This commit is contained in:
commit
566c26cbb1
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