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:
commit
54e8ad88b6
@ -3938,7 +3938,6 @@
|
|||||||
/// This lint cannot detect if the split is intentionally restricted to a single type of newline (`"\n"` or
|
/// 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
|
/// `"\r\n"`), for example during the parsing of a specific file format in which precisely one newline type is
|
||||||
/// valid.
|
/// valid.
|
||||||
/// ```
|
|
||||||
#[clippy::version = "1.77.0"]
|
#[clippy::version = "1.77.0"]
|
||||||
pub STR_SPLIT_AT_NEWLINE,
|
pub STR_SPLIT_AT_NEWLINE,
|
||||||
pedantic,
|
pedantic,
|
||||||
|
Loading…
Reference in New Issue
Block a user