Fix markdown syntax in str_split_at_newline docs

This commit is contained in:
Wilfred Hughes 2024-04-08 12:50:28 -07:00 committed by GitHub
parent 2202493a67
commit db3a927432
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,