We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
~/.cargo/git
lsp-rust-analyzer-library-directories
1 parent 8778f41 commit d3a44daCopy full SHA for d3a44da
clients/lsp-rust.el
@@ -354,7 +354,7 @@ PARAMS progress report notification data."
354
:package-version '(lsp-mode . "6.2"))
355
356
(defcustom lsp-rust-analyzer-library-directories
357
- '("~/.cargo/registry/src" "~/.rustup/toolchains")
+ '("~/.cargo/git" "~/.cargo/registry/src" "~/.rustup/toolchains")
358
"List of directories which will be considered to be libraries."
359
:risky t
360
:type '(repeat string)
0 commit comments