Skip to content

Commit 3b82c21

Browse files
author
Henri Lunnikivi
committed
Update known problems
1 parent 73363e5 commit 3b82c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/field_reassign_with_default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare_clippy_lint! {
1515
///
1616
/// **Why is this bad?**It's more idiomatic to use the [functional update syntax](https://doc.rust-lang.org/reference/expressions/struct-expr.html#functional-update-syntax).
1717
///
18-
/// **Known problems:** None.
18+
/// **Known problems:** Assignments to patterns that are of tuple type are not linted.
1919
///
2020
/// **Example:**
2121
/// Bad:

0 commit comments

Comments
 (0)