mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-18 02:38:28 +00:00
Escape mod.rs
file mentions to avoid links in our documentation
We can read them if they want to start sponsoring us xD
This commit is contained in:
parent
190f0deac8
commit
764dd1360f
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ use std::path::{Component, Path};
|
|||
|
||||
declare_clippy_lint! {
|
||||
/// ### What it does
|
||||
/// 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.
|
||||
///
|
||||
/// ### Why is this bad?
|
||||
/// Having multiple module layout styles in a project can be confusing.
|
||||
|
@ -37,7 +37,7 @@ declare_clippy_lint! {
|
|||
|
||||
declare_clippy_lint! {
|
||||
/// ### What it does
|
||||
/// Checks that module layout uses only mod.rs files.
|
||||
/// Checks that module layout uses only `mod.rs` files.
|
||||
///
|
||||
/// ### Why is this bad?
|
||||
/// Having multiple module layout styles in a project can be confusing.
|
||||
|
|
Loading…
Reference in a new issue