mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 13:30:11 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user