diff options
Diffstat (limited to 'crates/project_model/src')
-rw-r--r-- | crates/project_model/src/sysroot.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/project_model/src/sysroot.rs b/crates/project_model/src/sysroot.rs index fed9ce789..e529e07b0 100644 --- a/crates/project_model/src/sysroot.rs +++ b/crates/project_model/src/sysroot.rs | |||
@@ -91,7 +91,7 @@ impl Sysroot { | |||
91 | 91 | ||
92 | if sysroot.by_name("core").is_none() { | 92 | if sysroot.by_name("core").is_none() { |
93 | let var_note = if env::var_os("RUST_SRC_PATH").is_some() { | 93 | let var_note = if env::var_os("RUST_SRC_PATH").is_some() { |
94 | " (`RUST_SRC_PATH` might be set incorrectly)" | 94 | " (`RUST_SRC_PATH` might be incorrect, try unsetting it)" |
95 | } else { | 95 | } else { |
96 | "" | 96 | "" |
97 | }; | 97 | }; |