From 8ce4f532c322bd93869307691547c83dbf4c4ed2 Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Wed, 29 Apr 2026 16:29:54 +0100 Subject: [PATCH] Revert "Ensure the rust toolchain is up-to-date in web sessions" (#19211) --- .claude/hooks/session-start-web.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.claude/hooks/session-start-web.sh b/.claude/hooks/session-start-web.sh index 432b4e89fe..5536abf99d 100755 --- a/.claude/hooks/session-start-web.sh +++ b/.claude/hooks/session-start-web.sh @@ -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