rust/compiler/rustc_errors/src/markdown
Nicholas Nethercote 665821cb60 Add blank lines after module-level //! comments.
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.
2024-06-20 09:23:20 +10:00
..
tests apply fmt 2024-01-11 15:04:48 +03:00
mod.rs Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10:00
parse.rs Fix some typos 2023-11-14 23:06:50 +08:00
term.rs constify a couple thread_local statics 2024-02-12 16:25:39 +01:00