Follow review comments (optimize the filtering)

This commit is contained in:
blyxyas
2024-06-18 22:44:28 +02:00
parent edc6577627
commit 71b4d108c7
16 changed files with 276 additions and 151 deletions

View File

@@ -1026,7 +1026,7 @@ pub(crate) struct UnusedParens {
}
impl Default for UnusedParens {
fpub(crate) fn default() -> Self {
fn default() -> Self {
Self { with_self_ty_parens: false, parens_in_cast_in_lt: Vec::new() }
}
}