Skip to content

Commit c838803

Browse files
committed
Actually create ranged int types in the type system.
1 parent 89b48a2 commit c838803

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
@@ -870,6 +870,7 @@ impl TyCoercionStability {
870870
| ty::Int(_)
871871
| ty::Uint(_)
872872
| ty::Array(..)
873+
| ty::Pat(..)
873874
| ty::Float(_)
874875
| ty::RawPtr(..)
875876
| ty::FnPtr(_)

0 commit comments

Comments
 (0)