Install Clippy in Claude Code for Web (#17466)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Zanie Blue
2026-01-14 10:23:06 -06:00
committed by GitHub
parent 5a5bb69d2c
commit ae62c0d3f7

View File

@@ -10,3 +10,7 @@ if ! command -v gh &> /dev/null; then
mv /tmp/gh_${GH_VERSION}_linux_amd64/bin/gh ~/.local/bin/
rm -rf /tmp/gh.tar.gz /tmp/gh_${GH_VERSION}_linux_amd64
fi
if ! command -v cargo-clippy &> /dev/null; then
rustup component add clippy
fi