Skip to content

Commit 595d7f6

Browse files
authored
Expose TypeAlias and TypeVar related structs in rust library (#1274)
1 parent c4e7934 commit 595d7f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

native/libcst/src/nodes/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ pub use statement::{
1818
MatchPattern, MatchSequence, MatchSequenceElement, MatchSingleton, MatchStar, MatchTuple,
1919
MatchValue, NameItem, Nonlocal, OrElse, Pass, Raise, Return, SimpleStatementLine,
2020
SimpleStatementSuite, SmallStatement, StarrableMatchSequenceElement, Statement, Suite, Try,
21-
TryStar, While, With, WithItem,
21+
TryStar, TypeAlias, TypeParam, TypeParameters, TypeVar, TypeVarLike, TypeVarTuple, While,
22+
With, WithItem,
2223
};
2324

2425
pub(crate) mod expression;

0 commit comments

Comments
 (0)