diff options
| author | VinTarZ <vintarz@yandex.ru> | 2025-01-16 14:19:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-16 14:19:16 +0300 |
| commit | 824bad7f65597690e37be2e67a194e2294edb3fa (patch) | |
| tree | a60961a851ecde6e84ade2fb70e4849dd2c150e4 /src/tools/rust-analyzer/editors/code | |
| parent | fa71da9ff02be5df6df81fb357399bc6c28d1cdf (diff) | |
Fix `debug_assertions` broken in 1c5a125beb35725ccc2ade005db9870db734bf23
Diffstat (limited to 'src/tools/rust-analyzer/editors/code')
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 48e29a7fe28..8b066377f2b 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/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", |
