Skip to content

Commit

Permalink
Update clippy_lints/src/methods/mod.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Philipp Krones <[email protected]>
  • Loading branch information
Licenser and flip1995 committed Oct 16, 2019
1 parent 6d261fb commit f191ec1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/src/methods/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,6 @@ fn lint_ok_expect(cx: &LateContext<'_, '_>, expr: &hir::Expr, ok_args: &[hir::Ex
if let Some(error_type) = get_error_type(cx, result_type);
if has_debug_impl(error_type, cx);


then {
span_lint(
cx,
Expand Down

0 comments on commit f191ec1

Please sign in to comment.