Rename syntax in librustc_ast/README.md

This commit is contained in:
LeSeulArtichaut 2020-03-01 23:56:03 +01:00 committed by GitHub
parent beac68a887
commit 6bfa48a0ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
lexer, macro expander, and utilities for traversing ASTs.