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};
88
99declare_clippy_lint ! {
1010 /// ### 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.
1212 ///
1313 /// ### Why is this bad?
1414 /// Having multiple module layout styles in a project can be confusing.
@@ -37,7 +37,7 @@ declare_clippy_lint! {
3737
3838declare_clippy_lint ! {
3939 /// ### What it does
40- /// Checks that module layout uses only mod.rs files.
40+ /// Checks that module layout uses only ` mod.rs` files.
4141 ///
4242 /// ### Why is this bad?
4343 /// Having multiple module layout styles in a project can be confusing.
You can’t perform that action at this time.
0 commit comments