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 373d270 commit ce63f3aCopy full SHA for ce63f3a
clippy_lints/src/eta_reduction.rs
@@ -38,6 +38,10 @@ declare_clippy_lint! {
38
///
39
/// **Why is this bad?** It's unnecessary to create the closure.
40
41
+ /// **Known problems:** rust-lang/rust-clippy#3071, rust-lang/rust-clippy#4002,
42
+ /// rust-lang/rust-clippy#3942
43
+ ///
44
45
/// **Example:**
46
/// ```rust,ignore
47
/// Some('a').map(|s| s.to_uppercase());
0 commit comments