We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2202493 commit db3a927Copy full SHA for db3a927
clippy_lints/src/methods/mod.rs
@@ -3938,7 +3938,6 @@ declare_clippy_lint! {
3938
/// This lint cannot detect if the split is intentionally restricted to a single type of newline (`"\n"` or
3939
/// `"\r\n"`), for example during the parsing of a specific file format in which precisely one newline type is
3940
/// valid.
3941
- /// ```
3942
#[clippy::version = "1.77.0"]
3943
pub STR_SPLIT_AT_NEWLINE,
3944
pedantic,
0 commit comments