1
Fork 0

Rollup merge of #69622 - LeSeulArtichaut:patch-2, r=Centril

Rename `syntax` in librustc_ast/README.md

Related to e94d3b7.
r? @petrochenkov
This commit is contained in:
Dylan DPC 2020-03-02 13:42:40 +01:00 committed by GitHub
commit 74a8d8f44e
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.