Skip to content

Commit eb881b4

Browse files
committed
Add missing comma in vscode settings
1 parent ddde38d commit eb881b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"rust-analyzer.assist.importEnforceGranularity": true,
66
"rust-analyzer.assist.importPrefix": "crate",
77
"rust-analyzer.cargo.runBuildScripts": true,
8-
"rust-analyzer.cargo.features": ["unstable-features"]
8+
"rust-analyzer.cargo.features": ["unstable-features"],
99
"rust-analyzer.linkedProjects": [
1010
"./Cargo.toml",
1111
//"./build_sysroot/sysroot_src/src/libstd/Cargo.toml",

0 commit comments

Comments
 (0)