Install rustfmt in Claude Code for Web (#17475)

My post-edit hooks were failing because this was not installed.

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Zanie Blue
2026-01-14 14:46:35 -06:00
committed by GitHub
parent 41c96d43c9
commit 8eb42ff2c5

View File

@@ -14,3 +14,7 @@ fi
if ! command -v cargo-clippy &> /dev/null; then
rustup component add clippy
fi
if ! command -v rustfmt &> /dev/null; then
rustup component add rustfmt
fi