Skip to content

Commit dc628ca

Browse files
committed
Expose SoftKeywordTransformer on public API
1 parent c137bc9 commit dc628ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ mod string;
131131
#[rustfmt::skip]
132132
mod python;
133133
mod context;
134-
mod soft_keywords;
134+
pub mod soft_keywords;
135135
pub mod token;

0 commit comments

Comments
 (0)