about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-04-09 09:03:37 +0000
committerbors <bors@rust-lang.org>2024-04-09 09:03:37 +0000
commit54e8ad88b694794788e41d215ddf7b6820748e7e (patch)
tree1a186da35c8786096399706ec9798669d79f97ea
parent1b6561f59b0aba24819d8a54d47beaa7bc1b590d (diff)
parentdb3a927432586c33a4aaad54951056b8ced30439 (diff)
downloadrust-54e8ad88b694794788e41d215ddf7b6820748e7e.tar.gz
rust-54e8ad88b694794788e41d215ddf7b6820748e7e.zip
Auto merge of #12652 - Wilfred:patch-2, r=Alexendoo
Fix markdown syntax in str_split_at_newline docs

changelog: [`str_split_at_newline`] Fix formatting of docs
-rw-r--r--clippy_lints/src/methods/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/methods/mod.rs b/clippy_lints/src/methods/mod.rs
index 2fb317c8c68..0939c028564 100644
--- a/clippy_lints/src/methods/mod.rs
+++ b/clippy_lints/src/methods/mod.rs
@@ -3938,7 +3938,6 @@ declare_clippy_lint! {
     /// This lint cannot detect if the split is intentionally restricted to a single type of newline (`"\n"` or
     /// `"\r\n"`), for example during the parsing of a specific file format in which precisely one newline type is
     /// valid.
-    /// ```
     #[clippy::version = "1.77.0"]
     pub STR_SPLIT_AT_NEWLINE,
     pedantic,