Skip to content

Commit bbfaef6

Browse files
committed
update clippy
1 parent 614301a commit bbfaef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/clippy/clippy_lints/src/non_copy_const.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ fn is_unfrozen<'tcx>(cx: &LateContext<'tcx>, ty: Ty<'tcx>) -> bool {
134134

135135
fn is_value_unfrozen_raw<'tcx>(
136136
cx: &LateContext<'tcx>,
137-
result: Result<ConstValue<'tcx>, ErrorHandled>,
137+
result: Result<ConstValue<'tcx>, ErrorHandled<'tcx>>,
138138
ty: Ty<'tcx>,
139139
) -> bool {
140140
fn inner<'tcx>(cx: &LateContext<'tcx>, val: &'tcx Const<'tcx>) -> bool {

0 commit comments

Comments
 (0)