mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Fix markdown syntax in str_split_at_newline docs
This commit is contained in:
parent
2202493a67
commit
db3a927432
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue