Update rust src path

This commit is contained in:
Vladan Popovic 2020-11-07 04:52:00 +01:00
parent 6f2ec9fa08
commit 5afa68ea7f
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ export GPG_TTY=$(tty)
gpg-connect-agent updatestartuptty /bye >/dev/null gpg-connect-agent updatestartuptty /bye >/dev/null
# Rust src path used for library tagging # 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)" eval "$(stack --bash-completion-script stack)"