Skip to content

Commit 54e8ad8

Browse files
committed
Auto merge of rust-lang#12652 - Wilfred:patch-2, r=Alexendoo
Fix markdown syntax in str_split_at_newline docs changelog: [`str_split_at_newline`] Fix formatting of docs
2 parents 1b6561f + db3a927 commit 54e8ad8

File tree

1 file changed

+0
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+0
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3938,7 +3938,6 @@ declare_clippy_lint! {
39383938
/// This lint cannot detect if the split is intentionally restricted to a single type of newline (`"\n"` or
39393939
/// `"\r\n"`), for example during the parsing of a specific file format in which precisely one newline type is
39403940
/// valid.
3941-
/// ```
39423941
#[clippy::version = "1.77.0"]
39433942
pub STR_SPLIT_AT_NEWLINE,
39443943
pedantic,

0 commit comments

Comments
 (0)