Skip to content

Commit ce63f3a

Browse files
committed
Add known problems
1 parent 373d270 commit ce63f3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clippy_lints/src/eta_reduction.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ declare_clippy_lint! {
3838
///
3939
/// **Why is this bad?** It's unnecessary to create the closure.
4040
///
41+
/// **Known problems:** rust-lang/rust-clippy#3071, rust-lang/rust-clippy#4002,
42+
/// rust-lang/rust-clippy#3942
43+
///
44+
///
4145
/// **Example:**
4246
/// ```rust,ignore
4347
/// Some('a').map(|s| s.to_uppercase());

0 commit comments

Comments
 (0)