Skip to content

Commit

Permalink
uncommented fn
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali Schneider committed Aug 29, 2020
1 parent a424a2c commit 73a3288
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clippy_lints/src/panic_in_result.rs
Expand Up @@ -31,7 +31,6 @@ declare_clippy_lint! {
declare_lint_pass!(PanicInResult => [PANIC_IN_RESULT]);

impl<'tcx> LateLintPass<'tcx> for PanicInResult {
/*
fn check_fn(
&mut self,
cx: &LateContext<'tcx>,
Expand All @@ -48,7 +47,7 @@ impl<'tcx> LateLintPass<'tcx> for PanicInResult {
lint_impl_body(cx, span, body);
}
}
}*/
}
}

struct FindPanicUnimplementedUnreachable {
Expand Down

0 comments on commit 73a3288

Please sign in to comment.