diff options
author | Aleksey Kladov <[email protected]> | 2021-03-08 11:52:16 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-03-08 11:57:56 +0000 |
commit | c7b5d6be4c694a83b87fef28fd73aea485194f73 (patch) | |
tree | c2e8b9f02b8d141a464e738f49fe97cf858e7dde /crates | |
parent | 6952a3b4460953bfc854be8ade2763dcfe70b650 (diff) |
Make code completion "just work" in more cases
Diffstat (limited to 'crates')
-rw-r--r-- | crates/rust-analyzer/src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/config.rs b/crates/rust-analyzer/src/config.rs index cac48e911..807fecc40 100644 --- a/crates/rust-analyzer/src/config.rs +++ b/crates/rust-analyzer/src/config.rs | |||
@@ -49,7 +49,7 @@ config_data! { | |||
49 | cargo_features: Vec<String> = "[]", | 49 | cargo_features: Vec<String> = "[]", |
50 | /// Run build scripts (`build.rs`) for more precise code analysis. | 50 | /// Run build scripts (`build.rs`) for more precise code analysis. |
51 | cargo_runBuildScripts | | 51 | cargo_runBuildScripts | |
52 | cargo_loadOutDirsFromCheck: bool = "false", | 52 | cargo_loadOutDirsFromCheck: bool = "true", |
53 | /// Do not activate the `default` feature. | 53 | /// Do not activate the `default` feature. |
54 | cargo_noDefaultFeatures: bool = "false", | 54 | cargo_noDefaultFeatures: bool = "false", |
55 | /// Compilation target (target triple). | 55 | /// Compilation target (target triple). |