Skip to content

Commit 73a3288

Browse files
author
Vali Schneider
committed
uncommented fn
1 parent a424a2c commit 73a3288

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clippy_lints/src/panic_in_result.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ declare_clippy_lint! {
3131
declare_lint_pass!(PanicInResult => [PANIC_IN_RESULT]);
3232

3333
impl<'tcx> LateLintPass<'tcx> for PanicInResult {
34-
/*
3534
fn check_fn(
3635
&mut self,
3736
cx: &LateContext<'tcx>,
@@ -48,7 +47,7 @@ impl<'tcx> LateLintPass<'tcx> for PanicInResult {
4847
lint_impl_body(cx, span, body);
4948
}
5049
}
51-
}*/
50+
}
5251
}
5352

5453
struct FindPanicUnimplementedUnreachable {

0 commit comments

Comments
 (0)