Revert "Ensure the rust toolchain is up-to-date in web sessions" (#19211)

This commit is contained in:
Zsolt Dollenstein
2026-04-29 16:29:54 +01:00
committed by GitHub
parent 4510053bd6
commit 8ce4f532c3
-2
View File
@@ -7,8 +7,6 @@ if ! command -v gh &> /dev/null; then
apt-get install -y -qq gh
fi
rustup update
# Install clippy and rustfmt for the active toolchain.
rustup component add clippy rustfmt