mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Fix up config docs
This commit is contained in:
parent
cb6032bdf4
commit
291f94e22e
5 changed files with 93 additions and 51 deletions
|
@ -641,7 +641,7 @@ fn env_expand(
|
|||
// unnecessary diagnostics for eg. `CARGO_PKG_NAME`.
|
||||
if key == "OUT_DIR" {
|
||||
err = Some(ExpandError::Other(
|
||||
r#"`OUT_DIR` not set, enable "run build scripts" to fix"#.into(),
|
||||
r#"`OUT_DIR` not set, enable "build scripts" to fix"#.into(),
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue