Skip to content

Commit f191ec1

Browse files
Licenserflip1995
andauthored
Update clippy_lints/src/methods/mod.rs
Co-Authored-By: Philipp Krones <[email protected]>
1 parent 6d261fb commit f191ec1

File tree

1 file changed

+0
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+0
-1
lines changed

clippy_lints/src/methods/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2129,7 +2129,6 @@ fn lint_ok_expect(cx: &LateContext<'_, '_>, expr: &hir::Expr, ok_args: &[hir::Ex
21292129
if let Some(error_type) = get_error_type(cx, result_type);
21302130
if has_debug_impl(error_type, cx);
21312131

2132-
21332132
then {
21342133
span_lint(
21352134
cx,

0 commit comments

Comments
 (0)