about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-10-23 13:24:46 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-10-23 13:24:46 +0000
commitefd30810835ab0117d53f78534a63afc0ebed0e2 (patch)
treea1af2f73a8636e4583893cac1958e3cba44d5a68
parente5ba1e84171899aa99b4ba6c1b5d4eef3873592a (diff)
downloadrust-efd30810835ab0117d53f78534a63afc0ebed0e2.tar.gz
rust-efd30810835ab0117d53f78534a63afc0ebed0e2.zip
Update rust-analyzer config
-rw-r--r--.vscode/settings.json2
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",