about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-05-06 18:12:01 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2022-05-06 18:12:01 +0200
commiteb881b486f7c71cea87fbcddf728c741e397a779 (patch)
treed50a9f124dfc3c8245ead770d578451898c436e7
parentddde38d1323f103c55710a8b9599feb0f76ea186 (diff)
downloadrust-eb881b486f7c71cea87fbcddf728c741e397a779.tar.gz
rust-eb881b486f7c71cea87fbcddf728c741e397a779.zip
Add missing comma in vscode settings
-rw-r--r--.vscode/settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 74fde9c27c0..ecb20f22d8c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -5,7 +5,7 @@
     "rust-analyzer.assist.importEnforceGranularity": true,
     "rust-analyzer.assist.importPrefix": "crate",
     "rust-analyzer.cargo.runBuildScripts": true,
-    "rust-analyzer.cargo.features": ["unstable-features"]
+    "rust-analyzer.cargo.features": ["unstable-features"],
     "rust-analyzer.linkedProjects": [
         "./Cargo.toml",
         //"./build_sysroot/sysroot_src/src/libstd/Cargo.toml",