File tree 1 file changed +8
-22
lines changed
1 file changed +8
-22
lines changed Original file line number Diff line number Diff line change 2
2
"[rust]" : {
3
3
"editor.formatOnSave" : true
4
4
},
5
- "[ignore]" : { "rust-analyzer.cargo.extraEnv" : {
6
- "RUSTFLAGS" : " -Z profile -C codegen-units=1 -C inline-threshold=0 -C link-dead-code -C overflow-checks=off -C panic=abort -Z panic_abort_tests" ,
7
- "RUSTDOCFLAGS" : " -Z profile -C codegen-units=1 -C inline-threshold=0 -C link-dead-code -C overflow-checks=off -C panic=abort -Z panic_abort_tests" ,
8
- "CARGO_INCREMENTAL" : " 0" ,
9
- "RUST_BACKTRACE" : " 1"
10
- }},
5
+ "[ignore]" : {
6
+ "rust-analyzer.cargo.extraEnv" : {
7
+ "RUSTFLAGS" : " -Z profile -C codegen-units=1 -C inline-threshold=0 -C link-dead-code -C overflow-checks=off -C panic=abort -Z panic_abort_tests" ,
8
+ "RUSTDOCFLAGS" : " -Z profile -C codegen-units=1 -C inline-threshold=0 -C link-dead-code -C overflow-checks=off -C panic=abort -Z panic_abort_tests" ,
9
+ "CARGO_INCREMENTAL" : " 0" ,
10
+ "RUST_BACKTRACE" : " 1"
11
+ }
12
+ },
11
13
"rust-analyzer.checkOnSave" : true ,
12
14
"rust-analyzer.check.command" : " clippy" ,
13
15
"rust-analyzer.check.allTargets" : true ,
14
- "rust-analyzer.check.extraArgs" : [
15
- " --" ,
16
- " -D" ,
17
- " clippy::correctness" ,
18
- " -D" ,
19
- " clippy::suspicious" ,
20
- " -W" ,
21
- " clippy::complexity" ,
22
- " -W" ,
23
- " clippy::perf" ,
24
- " -W" ,
25
- " clippy::style" ,
26
- " -W" ,
27
- " clippy::pedantic"
28
- ],
29
16
"evenBetterToml.formatter.allowedBlankLines" : 1 ,
30
17
"evenBetterToml.formatter.columnWidth" : 130 ,
31
18
"evenBetterToml.formatter.trailingNewline" : true ,
32
19
"evenBetterToml.formatter.reorderKeys" : true ,
33
20
"evenBetterToml.formatter.reorderArrays" : true ,
34
-
35
21
}
You can’t perform that action at this time.
0 commit comments