From 7412c7cd9a481ec1e3737aa3ea34a6b140d694e1 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Thu, 28 Apr 2022 00:32:19 -0300 Subject: [PATCH] rust: disable sccache --- dotfiles/fish/plugins.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/fish/plugins.fish b/dotfiles/fish/plugins.fish index d9afa9b..0e44510 100644 --- a/dotfiles/fish/plugins.fish +++ b/dotfiles/fish/plugins.fish @@ -58,7 +58,7 @@ and source ~/.asdf/asdf.fish command -qs sccache or _install-sccache &> /dev/null & -set -x RUSTC_WRAPPER sccache +# set -x RUSTC_WRAPPER sccache command -qs rust-analyzer or _install-rust-analyzer &> /dev/null &