From 1ea95b958064c3e326d49e15a5ea56f9558e8540 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 14 Sep 2026 12:11:05 +0500 Subject: [PATCH] check-whitespace: add a note about Rust files --- .github/scripts/check-whitespace.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/check-whitespace.py b/.github/scripts/check-whitespace.py index bf06d03bcc..45ffc0b975 100644 --- a/.github/scripts/check-whitespace.py +++ b/.github/scripts/check-whitespace.py @@ -302,6 +302,7 @@ def existing_path(value: str) -> Path: # Python files are covered by `black`. +# Rust files (*.rs) are covered by `cargo fmt`. PATTERNS = ( "*.cpp", "*.h",