Skip to content

Commit

Permalink
Merge 9bd2f86 into a0bdf77
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusdeux committed Oct 13, 2020
2 parents a0bdf77 + 9bd2f86 commit 67d52d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion racer.el
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
(let* ((sysroot (s-trim-right
(shell-command-to-string
(format "%s --print sysroot" (executable-find "rustc")))))
(src-path (f-join sysroot "lib/rustlib/src/rust/src")))
(src-path (f-join sysroot "lib/rustlib/src/rust/library")))
(when (file-exists-p src-path)
src-path)
src-path))
Expand Down

0 comments on commit 67d52d2

Please sign in to comment.