fix(rust): Fix Rust source path for >1.20

This commit is contained in:
Vincent Ambo 2018-03-17 21:54:18 +01:00
parent 7d13aa4148
commit ace425793a

View file

@ -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)