Skip to content

Commit

Permalink
Rollup merge of #69622 - LeSeulArtichaut:patch-2, r=Centril
Browse files Browse the repository at this point in the history
Rename `syntax` in librustc_ast/README.md

Related to e94d3b7.
r? @petrochenkov
  • Loading branch information
Dylan-DPC authored Mar 2, 2020
2 parents e725c04 + 6bfa48a commit 74a8d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_ast/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 74a8d8f

Please sign in to comment.