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 4992938 commit d80cc7cCopy full SHA for d80cc7c
clippy_lints/src/and_then_then_some.rs
@@ -30,7 +30,7 @@ declare_clippy_lint! {
30
#[clippy::version = "1.81.0"]
31
pub AND_THEN_THEN_SOME,
32
nursery,
33
- "detects usage of and_then and then_some that can be replaced by filter"
+ "detects usage of `and_then` and `then_some` that can be replaced by `filter`"
34
}
35
36
// note: `Option::filter` is older than `bool::then_some`,
0 commit comments