diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-03-02 13:42:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-02 13:42:40 +0100 |
| commit | 74a8d8f44e55db0a6d5c2e389adbfe326645177c (patch) | |
| tree | 594fda12fc011dc4bea5fddbba987bed21f1672a | |
| parent | e725c04e626e95b526bc61eb364ca5731690764b (diff) | |
| parent | 6bfa48a0aefc5f292d5c13c250e25813ba215e96 (diff) | |
| download | rust-74a8d8f44e55db0a6d5c2e389adbfe326645177c.tar.gz rust-74a8d8f44e55db0a6d5c2e389adbfe326645177c.zip | |
Rollup merge of #69622 - LeSeulArtichaut:patch-2, r=Centril
Rename `syntax` in librustc_ast/README.md Related to e94d3b7. r? @petrochenkov
| -rw-r--r-- | src/librustc_ast/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_ast/README.md b/src/librustc_ast/README.md index daa252ef455..d62e5a5ece0 100644 --- a/src/librustc_ast/README.md +++ b/src/librustc_ast/README.md @@ -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. |
