File tree Expand file tree Collapse file tree 1 file changed +29
-32
lines changed Expand file tree Collapse file tree 1 file changed +29
-32
lines changed Original file line number Diff line number Diff line change 11{
2- "folders" : [
2+ "folders" : [
3+ {
4+ "name" : " root" ,
5+ "path" : " ."
6+ },
7+ {
8+ "path" : " docs"
9+ },
310 {
4- "name" : " root" ,
5- "path" : " ."
6- },
7- {
8- "name" : " docs" ,
9- "path" : " docs" ,
10- },
11- {
12- "name" : " serde_valid_derive" ,
13- "path" : " serde_valid_derive"
14- },
15- {
16- "name" : " serde_valid_literal" ,
17- "path" : " serde_valid_literal"
18- },
19- {
20- "name" : " serde_valid" ,
21- "path" : " serde_valid"
22- },
23- ],
24- "settings" : {
25- "rust-analyzer.cargo.features" : " all" ,
26- "rust-analyzer.checkOnSave" : true ,
27- "rust-analyzer.check.command" : " clippy" ,
28- },
29- "extensions" : {
30- "recommendations" : [
31- " tamasfe.even-better-toml"
32- ]
33- }
34- }
11+ "path" : " xtask" ,
12+ }
13+ {
14+ "path" : " crates/serde_valid_derive"
15+ },
16+ {
17+ "path" : " crates/serde_valid_literal"
18+ },
19+ {
20+ "path" : " crates/serde_valid"
21+ }
22+ ],
23+ "settings" : {
24+ "rust-analyzer.cargo.features" : " all" ,
25+ "rust-analyzer.checkOnSave" : true ,
26+ "rust-analyzer.check.command" : " clippy"
27+ },
28+ "extensions" : {
29+ "recommendations" : [" tamasfe.even-better-toml" ]
30+ }
31+ }
You can’t perform that action at this time.
0 commit comments