Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 6bc62fc9d7..c81fd0b3d2 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -384,11 +384,11 @@
"type": "string",
"enum": [
"todo",
- "defaultImpl"
+ "default"
],
"enumDescriptions": [
- "Fill missing elements with 'todo' macro",
- "Fill missing elements with T::default()"
+ "Fill missing expressions with the 'todo' macro",
+ "Fill missing expressions with reasonable defaults, `new` or `default` constructors."
]
},
"rust-analyzer.assist.importGranularity": {