diff --git a/.bashrc b/.bashrc index b863493..8a56bbc 100644 --- a/.bashrc +++ b/.bashrc @@ -36,6 +36,6 @@ export GPG_TTY=$(tty) gpg-connect-agent updatestartuptty /bye >/dev/null # Rust src path used for library tagging -export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/src/ +export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/library eval "$(stack --bash-completion-script stack)"