Skip to content

Commit dde8de2

Browse files
committed
Fix CI
1 parent 5b35479 commit dde8de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/functions/result.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fn check_result_unit_err(cx: &LateContext<'_>, err_ty: Ty<'_>, fn_header_span: S
8585

8686
fn check_result_large_err<'tcx>(
8787
cx: &LateContext<'tcx>,
88-
err_ty: ty::Ty<'tcx>,
88+
err_ty: Ty<'tcx>,
8989
hir_ty_span: Span,
9090
large_err_threshold: u64,
9191
) {

0 commit comments

Comments
 (0)