From 5afa68ea7fdcf387c5ee2ec307eae93ae20a15c9 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Sat, 7 Nov 2020 04:52:00 +0100 Subject: [PATCH] Update rust src path --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"