diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-05-06 18:12:01 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-05-06 18:12:01 +0200 |
| commit | eb881b486f7c71cea87fbcddf728c741e397a779 (patch) | |
| tree | d50a9f124dfc3c8245ead770d578451898c436e7 | |
| parent | ddde38d1323f103c55710a8b9599feb0f76ea186 (diff) | |
| download | rust-eb881b486f7c71cea87fbcddf728c741e397a779.tar.gz rust-eb881b486f7c71cea87fbcddf728c741e397a779.zip | |
Add missing comma in vscode settings
| -rw-r--r-- | .vscode/settings.json | 2 |
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", |
