rust: disable sccache

This commit is contained in:
lelgenio 2022-04-28 00:32:19 -03:00
parent 9e1f9fb2ba
commit 7412c7cd9a
1 changed files with 1 additions and 1 deletions

View File

@ -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 &