Follow review comments (optimize the filtering)
This commit is contained in:
@@ -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() }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user