Skip to content

Commit f93f7d2

Browse files
g-planelrlna
andauthored
feat(parser): expose SyntaxToken (#894)
Co-authored-by: Iryna Shestak <[email protected]>
1 parent d710f46 commit f93f7d2

File tree

1 file changed

+1
-1
lines changed
  • crates/apollo-parser/src

1 file changed

+1
-1
lines changed

crates/apollo-parser/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub use crate::parser::SyntaxElement;
1919
pub use crate::parser::SyntaxKind;
2020
pub use crate::parser::SyntaxNode;
2121
pub(crate) use crate::parser::SyntaxNodeChildren;
22-
pub(crate) use crate::parser::SyntaxToken;
22+
pub use crate::parser::SyntaxToken;
2323
pub use crate::parser::SyntaxTree;
2424
pub(crate) use crate::parser::TokenText;
2525
pub use rowan::TextRange;

0 commit comments

Comments
 (0)