diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-23 13:24:46 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-23 13:24:46 +0000 |
| commit | efd30810835ab0117d53f78534a63afc0ebed0e2 (patch) | |
| tree | a1af2f73a8636e4583893cac1958e3cba44d5a68 | |
| parent | e5ba1e84171899aa99b4ba6c1b5d4eef3873592a (diff) | |
| download | rust-efd30810835ab0117d53f78534a63afc0ebed0e2.tar.gz rust-efd30810835ab0117d53f78534a63afc0ebed0e2.zip | |
Update rust-analyzer config
| -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 60cb51d5663..834a1362caf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,7 +33,7 @@ ] }, { - "sysroot_src": "./download/sysroot/sysroot_src/library", + "sysroot_src": "./build/stdlib/library", "crates": [ { "root_module": "./example/std_example.rs", |
