diff options
author | Daniel McNab <[email protected]> | 2021-03-08 16:37:52 +0000 |
---|---|---|
committer | Daniel McNab <[email protected]> | 2021-03-08 16:37:52 +0000 |
commit | bbecea03fda57cced0b4ba95f4bbd45f8d88102c (patch) | |
tree | 3061c3ecbb5cdfb3c302efb7cd536de356e8cff8 /editors/code | |
parent | ddce6bb282764692d53b719bff4c37e3512d4556 (diff) |
Revert "Support disabling rustc build scripts"
This reverts commit ddce6bb282764692d53b719bff4c37e3512d4556.
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 82011bb44..1987364bc 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -413,11 +413,6 @@ | |||
413 | "default": false, | 413 | "default": false, |
414 | "type": "boolean" | 414 | "type": "boolean" |
415 | }, | 415 | }, |
416 | "rust-analyzer.cargo.disableRustcBuildScripts": { | ||
417 | "markdownDescription": "Disable running build scripts (`build.rs`) for the `rustc_private` crates in `rustcSource`.", | ||
418 | "default": false, | ||
419 | "type": "boolean" | ||
420 | }, | ||
421 | "rust-analyzer.cargo.noDefaultFeatures": { | 416 | "rust-analyzer.cargo.noDefaultFeatures": { |
422 | "markdownDescription": "Do not activate the `default` feature.", | 417 | "markdownDescription": "Do not activate the `default` feature.", |
423 | "default": false, | 418 | "default": false, |