Skip to content

Commit 74888eb

Browse files
set is_kw to false
1 parent 0eae976 commit 74888eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_lint/src/unused.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,7 @@ impl UnusedDelimLint for UnusedParens {
10331033
followed_by_block,
10341034
None,
10351035
None,
1036+
false,
10361037
),
10371038

10381039
_ => {}

0 commit comments

Comments
 (0)