We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fd1cde + 764dd13 commit 8ec7ba4Copy full SHA for 8ec7ba4
clippy_lints/src/module_style.rs
@@ -8,7 +8,7 @@ use std::path::{Component, Path};
8
9
declare_clippy_lint! {
10
/// ### What it does
11
- /// Checks that module layout uses only self named module files, bans mod.rs files.
+ /// Checks that module layout uses only self named module files, bans `mod.rs` files.
12
///
13
/// ### Why is this bad?
14
/// Having multiple module layout styles in a project can be confusing.
@@ -37,7 +37,7 @@ declare_clippy_lint! {
37
38
39
40
- /// Checks that module layout uses only mod.rs files.
+ /// Checks that module layout uses only `mod.rs` files.
41
42
43
0 commit comments