mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore: make fpcc actually kind of fast
- fix install_typos.sh script
This commit is contained in:
committed by
IceTDrinker
parent
4da1e19d5c
commit
8888c046de
@@ -36,7 +36,7 @@ do
|
||||
done
|
||||
|
||||
if [[ "${rust_toolchain::1}" != "+" ]]; then
|
||||
rust_toolchain=${rust_toolchain:"+${rust_toolchain}"}
|
||||
rust_toolchain=${rust_toolchain:+"+${rust_toolchain}"}
|
||||
fi
|
||||
|
||||
if ! which typos ; then
|
||||
|
||||
Reference in New Issue
Block a user