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:
xFrednet 2022-04-04 21:06:53 +02:00
parent 190f0deac8
commit 764dd1360f
No known key found for this signature in database
GPG Key ID: FCDCBF29AF64D601

View File

@ -8,7 +8,7 @@
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! {
/// ### 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.