mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +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)) {
|
||||
sysroot_crates.insert(
|
||||
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