mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-13 13:54:34 +00:00
Most modules have such a blank line, but some don't. Inserting the blank line makes it clearer that the `//!` comments are describing the entire module, rather than the `use` declaration(s) that immediately follows.
The rustc_sanitizers crate contains the source code for providing support for
the sanitizers to the Rust compiler.