mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
Recurse into inner type when not &Box<T>
This commit is contained in:
parent
80cb48ca1a
commit
e6eaa726e2
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ fn check_ty(cx: &LateContext, ast_ty: &hir::Ty) {
|
|||
return; // don't recurse into the type
|
||||
}
|
||||
}
|
||||
check_ty(cx, ty);
|
||||
},
|
||||
_ => check_ty(cx, ty),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue