Skip to content

Commit 7eee132

Browse files
committed
Fix tidy
1 parent c03d8eb commit 7eee132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint/src/unused.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ pub(crate) struct UnusedParens {
10271027
}
10281028

10291029
impl Default for UnusedParens {
1030-
fpub(crate) fn default() -> Self {
1030+
pub(crate) fn default() -> Self {
10311031
Self { with_self_ty_parens: false, parens_in_cast_in_lt: Vec::new() }
10321032
}
10331033
}

0 commit comments

Comments
 (0)