Skip to content

Commit 77f4e5b

Browse files
committed
Fix incorrect (probably copy-pasted) mod comment
1 parent 53122e6 commit 77f4e5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/tidy/src/extra_checks/rustdoc_js.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//! Tidy check to ensure that rustdoc templates didn't forget a `{# #}` to strip extra whitespace
2-
//! characters.
1+
//! Tidy check specific to the Javascript file that make up the static part of the generated rustdoc site.
32
43
use std::ffi::OsStr;
54
use std::io;

0 commit comments

Comments
 (0)