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
This commit is contained in:
bors 2024-04-09 09:03:37 +00:00
commit 54e8ad88b6

View File

@ -3938,7 +3938,6 @@
/// 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,