Skip to content

Commit

Permalink
Fix markdown syntax in str_split_at_newline docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred authored Apr 8, 2024
1 parent 2202493 commit db3a927
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/src/methods/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit db3a927

Please sign in to comment.