Fix incorrect (probably copy-pasted) mod comment

This commit is contained in:
Yotam Ofek
2025-11-12 21:27:20 +02:00
parent 9561210372
commit 58f034f4cf
@@ -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;