Skip to content

Commit 6dd9c6b

Browse files
committed
remove vis change
1 parent f66a21d commit 6dd9c6b

File tree

1 file changed

+1
-1
lines changed
  • crates/red_knot_python_semantic/src

1 file changed

+1
-1
lines changed

crates/red_knot_python_semantic/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7839,7 +7839,7 @@ impl SliceLiteralType<'_> {
78397839
#[salsa::interned(debug)]
78407840
pub struct TupleType<'db> {
78417841
#[return_ref]
7842-
pub(crate) elements: Box<[Type<'db>]>,
7842+
elements: Box<[Type<'db>]>,
78437843
}
78447844

78457845
impl<'db> TupleType<'db> {

0 commit comments

Comments
 (0)