Skip to content

Commit ba6d3e7

Browse files
committed
Introduce GeneratorWitnessMIR.
1 parent afb586f commit ba6d3e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/dereference.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,6 +1419,7 @@ fn ty_auto_deref_stability<'tcx>(cx: &LateContext<'tcx>, ty: Ty<'tcx>, precedenc
14191419
| ty::FnDef(..)
14201420
| ty::Generator(..)
14211421
| ty::GeneratorWitness(..)
1422+
| ty::GeneratorWitnessMIR(..)
14221423
| ty::Closure(..)
14231424
| ty::Never
14241425
| ty::Tuple(_)

0 commit comments

Comments
 (0)