From 6bfa48a0aefc5f292d5c13c250e25813ba215e96 Mon Sep 17 00:00:00 2001 From: LeSeulArtichaut Date: Sun, 1 Mar 2020 23:56:03 +0100 Subject: [PATCH] Rename `syntax` in librustc_ast/README.md --- src/librustc_ast/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_ast/README.md b/src/librustc_ast/README.md index daa252ef4551b..d62e5a5ece0bf 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.