File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use std::path::{Component, Path};
8
8
9
9
declare_clippy_lint ! {
10
10
/// ### What it does
11
- /// Checks that module layout uses only self named module files, bans mod.rs files.
11
+ /// Checks that module layout uses only self named module files, bans ` mod.rs` files.
12
12
///
13
13
/// ### Why is this bad?
14
14
/// Having multiple module layout styles in a project can be confusing.
@@ -37,7 +37,7 @@ declare_clippy_lint! {
37
37
38
38
declare_clippy_lint ! {
39
39
/// ### What it does
40
- /// Checks that module layout uses only mod.rs files.
40
+ /// Checks that module layout uses only ` mod.rs` files.
41
41
///
42
42
/// ### Why is this bad?
43
43
/// Having multiple module layout styles in a project can be confusing.
You can’t perform that action at this time.
0 commit comments