]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #90518 - calebcartwright:rustc-ast-docs, r=wesleywiser
authorbors <bors@rust-lang.org>
Thu, 4 Nov 2021 09:40:25 +0000 (09:40 +0000)
committerbors <bors@rust-lang.org>
Thu, 4 Nov 2021 09:40:25 +0000 (09:40 +0000)
commit27143a9094b55a00d5f440b05b0cb4233b300d33
treef249449c45fec64f53f970a52a0ba8fcbf637579
parent4061c0407978a00c5c2518d898ad8406da28c106
parent9e31fab58cf085d04612876aee8dfbe6006cc027
Auto merge of #90518 - calebcartwright:rustc-ast-docs, r=wesleywiser

update rustc_ast crate descriptions in documentation

I noticed this the other day and figured I'd suggest a refresh. It seems like a relic from the days of `libsyntax` that got missed as things were split out into separate crates, since the current documentation text references elements that were moved into their own respective crates (e.g. `rustc_parse`)