Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index cfba00d3ed..6aa74ce92a 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -798,8 +798,8 @@
"default": true,
"type": "boolean"
},
- "rust-analyzer.imports.prefer.core": {
- "markdownDescription": "Prefer to use imports of the core crate over the std crate.",
+ "rust-analyzer.imports.prefer.no.std": {
+ "markdownDescription": "Prefer to unconditionally use imports of the core and alloc crate, over the std crate.",
"default": false,
"type": "boolean"
},