Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 48e29a7fe2..8b066377f2 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -816,7 +816,7 @@ "rust-analyzer.cargo.cfgs": { "markdownDescription": "List of cfg options to enable with the given values.", "default": [ - "debug_assertion", + "debug_assertions", "miri" ], "type": "array", |