From 88e189b5e2b6564775c68a9b3935b9cb2285b952 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 13 Nov 2025 09:55:58 +0100 Subject: [PATCH] Update tools.func --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 3837295f4..9c71c3f0c 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -4326,7 +4326,7 @@ function setup_rust() { local RUST_CRATES="${RUST_CRATES:-}" local CARGO_BIN="${HOME}/.cargo/bin" - # Get currently installed version (if any) + # Get currently installed version local CURRENT_VERSION="" if command -v rustc &>/dev/null; then CURRENT_VERSION=$(rustc --version 2>/dev/null | awk '{print $2}')