Recurse into inner type when not &Box<T>
This commit is contained in:
@@ -191,6 +191,7 @@ fn check_ty(cx: &LateContext, ast_ty: &hir::Ty) {
|
|||||||
return; // don't recurse into the type
|
return; // don't recurse into the type
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
check_ty(cx, ty);
|
||||||
},
|
},
|
||||||
_ => check_ty(cx, ty),
|
_ => check_ty(cx, ty),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user