Skip to content

Commit fab5a1b

Browse files
committed
Fix lexer crate
1 parent b18addf commit fab5a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ copy of each distinct string value.
4646

4747
The lexer has a small interface and doesn't depend directly on the
4848
diagnostic infrastructure in `rustc`. Instead it provides diagnostics as plain
49-
data which are emitted in `rustc_parse::lexer::mod` as real diagnostics.
49+
data which are emitted in `rustc_parse::lexer` as real diagnostics.
5050
The lexer preserves full fidelity information for both IDEs and proc macros.
5151

5252
The *parser* [translates the token stream from the lexer into an Abstract Syntax

0 commit comments

Comments
 (0)