This commit is contained in:
Yuki Okushi
2019-12-27 16:12:26 +09:00
parent b0c4744d57
commit e2636729ec
109 changed files with 735 additions and 655 deletions

View File

@@ -45,7 +45,7 @@ impl LateLintPass<'_, '_> for MainRecursion {
});
}
fn check_expr_post(&mut self, cx: &LateContext<'_, '_>, expr: &Expr) {
fn check_expr_post(&mut self, cx: &LateContext<'_, '_>, expr: &Expr<'_>) {
if self.has_no_std_attr {
return;
}