From e70a772a4fe09b0fafd04f50e43330d789423e4e Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Fri, 13 Nov 2020 13:27:26 -0600 Subject: [PATCH] rust-analyzer doesn't need this anymore --- dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index 94e92a0..14c0b51 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -14,7 +14,7 @@ export DISABLE_AUTO_UPDATE="true" source $ZSH/oh-my-zsh.sh export DOTNET_CLI_TELEMETRY_OPTOUT=1 -export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src" +# export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src" export EDITOR=nvim export MAILDIR=$HOME/Mail