chore: make fpcc actually kind of fast

- fix install_typos.sh script
This commit is contained in:
Arthur Meyre
2025-12-09 10:47:46 +01:00
committed by IceTDrinker
parent 4da1e19d5c
commit 8888c046de
2 changed files with 1 additions and 3 deletions

View File

@@ -1871,8 +1871,6 @@ fpcc:
$(call run_recipe_with_details,check_md_docs_are_tested)
$(call run_recipe_with_details,check_intra_md_links)
$(call run_recipe_with_details,check_doc_paths_use_dash)
$(call run_recipe_with_details,clippy_fast)
$(call run_recipe_with_details,check_compile_tests)
.PHONY: conformance # Automatically fix problems that can be fixed
conformance: fix_newline fmt fmt_js

View File

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