We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595d7f6 commit b523b36Copy full SHA for b523b36
1 file changed
native/libcst/src/nodes/mod.rs
@@ -18,8 +18,8 @@ pub use statement::{
18
MatchPattern, MatchSequence, MatchSequenceElement, MatchSingleton, MatchStar, MatchTuple,
19
MatchValue, NameItem, Nonlocal, OrElse, Pass, Raise, Return, SimpleStatementLine,
20
SimpleStatementSuite, SmallStatement, StarrableMatchSequenceElement, Statement, Suite, Try,
21
- TryStar, TypeAlias, TypeParam, TypeParameters, TypeVar, TypeVarLike, TypeVarTuple, While,
22
- With, WithItem,
+ TryStar, TypeAlias, TypeParam, TypeParameters, TypeVar, TypeVarLike, TypeVarTuple, While, With,
+ WithItem,
23
};
24
25
pub(crate) mod expression;
0 commit comments