Skip to content

Commit aa8dc01

Browse files
committed
syntax: Limit exports from lexer
1 parent 0e87f9e commit aa8dc01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustsyntax/parse/lexer.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import util::interner;
22
import util::interner::intern;
33
import diagnostic;
44

5+
export reader, new_reader, next_token, is_whitespace;
6+
57
type reader = @{
68
cm: codemap::codemap,
79
span_diagnostic: diagnostic::span_handler,

0 commit comments

Comments
 (0)