Skip to content

Commit 6d3db72

Browse files
committed
Fix empty documentation in unit_expr
1 parent 2b698db commit 6d3db72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/is_unit_expr.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ use utils::span_note_and_lint;
1818
/// **Example:**
1919
/// * `let x = {"foo" ;}` when the user almost certainly intended `let x
2020
/// ={"foo"}`
21-
2221
declare_lint! {
2322
pub UNIT_EXPR,
2423
Warn,

0 commit comments

Comments
 (0)