mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-04 18:40:18 +00:00
uncommented fn
This commit is contained in:
parent
a424a2c167
commit
73a3288282
1 changed files with 1 additions and 2 deletions
|
@ -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>,
|
||||
|
@ -48,7 +47,7 @@ impl<'tcx> LateLintPass<'tcx> for PanicInResult {
|
|||
lint_impl_body(cx, span, body);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
struct FindPanicUnimplementedUnreachable {
|
||||
|
|
Loading…
Reference in a new issue