Skip to content

Commit d3a44da

Browse files
authored
Add ~/.cargo/git to lsp-rust-analyzer-library-directories (#4705)
1 parent 8778f41 commit d3a44da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-rust.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ PARAMS progress report notification data."
354354
:package-version '(lsp-mode . "6.2"))
355355

356356
(defcustom lsp-rust-analyzer-library-directories
357-
'("~/.cargo/registry/src" "~/.rustup/toolchains")
357+
'("~/.cargo/git" "~/.cargo/registry/src" "~/.rustup/toolchains")
358358
"List of directories which will be considered to be libraries."
359359
:risky t
360360
:type '(repeat string)

0 commit comments

Comments
 (0)