Rename syntax
in librustc_ast/README.md
This commit is contained in:
parent
beac68a887
commit
6bfa48a0ae
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
The `syntax` crate contains those things concerned purely with syntax
|
The `rustc_ast` crate contains those things concerned purely with syntax
|
||||||
– that is, the AST ("abstract syntax tree"), parser, pretty-printer,
|
– that is, the AST ("abstract syntax tree"), parser, pretty-printer,
|
||||||
lexer, macro expander, and utilities for traversing ASTs.
|
lexer, macro expander, and utilities for traversing ASTs.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue