mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Fix incorrect (probably copy-pasted) mod comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user