Skip to content

Commit

Permalink
fix(adding_lints): msrv test case distinction
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ang authored Jan 30, 2025
1 parent ad05bc0 commit cf5afed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/development/adding_lints.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ for the MSRV version itself.
#[clippy::msrv = "1.44"]
fn msrv_1_44() {
/* something that would trigger the lint */
/* something that would not trigger the lint */
}
#[clippy::msrv = "1.45"]
Expand Down

0 comments on commit cf5afed

Please sign in to comment.