Skip to content

Commit 360cf82

Browse files
lolbinarycatCentri3
andcommitted
add backticks around identifiers
Co-authored-by: Catherine Flores <catherine.3.flores@gmail.com>
1 parent 2a6f6d0 commit 360cf82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/and_then_then_some.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ declare_clippy_lint! {
3030
#[clippy::version = "1.81.0"]
3131
pub AND_THEN_THEN_SOME,
3232
nursery,
33-
"detects usage of and_then and then_some that can be replaced by filter"
33+
"detects usage of `and_then` and `then_some` that can be replaced by `filter`"
3434
}
3535

3636
// note: `Option::filter` is older than `bool::then_some`,

0 commit comments

Comments
 (0)