From 58f034f4cf2451e734d3a258de008d0efcf230e1 Mon Sep 17 00:00:00 2001 From: Yotam Ofek Date: Wed, 12 Nov 2025 21:27:20 +0200 Subject: [PATCH] Fix incorrect (probably copy-pasted) mod comment --- src/tools/tidy/src/extra_checks/rustdoc_js.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tools/tidy/src/extra_checks/rustdoc_js.rs b/src/tools/tidy/src/extra_checks/rustdoc_js.rs index 5137e6183672..944d8a44112f 100644 --- a/src/tools/tidy/src/extra_checks/rustdoc_js.rs +++ b/src/tools/tidy/src/extra_checks/rustdoc_js.rs @@ -1,5 +1,4 @@ -//! Tidy check to ensure that rustdoc templates didn't forget a `{# #}` to strip extra whitespace -//! characters. +//! Tidy check specific to the Javascript file that make up the static part of the generated rustdoc site. use std::ffi::OsStr; use std::io;