fix(rust): Fix Rust source path for >1.20
This commit is contained in:
parent
7d13aa4148
commit
ace425793a
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@
|
|||
|
||||
;; I don't use rustup and I'm not sure which derivation would normally place
|
||||
;; Rust sources in the nix-store, so I'll continue using my local Rust checkout.
|
||||
(setq racer-rust-src-path "~/source/rust")
|
||||
(setq racer-rust-src-path "~/source/rust/src")
|
||||
|
||||
(provide 'rust-setup)
|
||||
|
|
Loading…
Reference in a new issue