Skip to content

Commit e08b214

Browse files
committed
Update types.rs
1 parent 4fcdc5a commit e08b214

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ty_python_semantic/src/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6802,6 +6802,7 @@ impl<'db> Type<'db> {
68026802
.unwrap_or_else(|| generic_context.default_specialization(db, None));
68036803

68046804
value_type.apply_specialization(db, specialization)
6805+
.apply_type_mapping_impl(db, type_mapping, tcx, visitor)
68056806
} else {
68066807
value_type
68076808
}

0 commit comments

Comments
 (0)