Skip to content

Commit 8c5d84d

Browse files
committed
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.
1 parent cb1bde0 commit 8c5d84d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lang_tests_common.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! The common code for `tests/lang_tests_*.rs`
2+
23
use std::{
34
env::{self, current_dir},
45
path::{Path, PathBuf},

0 commit comments

Comments
 (0)