Apply suggestions from code review

Co-authored-by: Michael Goulet <michael@errs.io>
This commit is contained in:
Celina G. Val 2024-10-24 16:12:31 -07:00 committed by GitHub
parent 0d300ac678
commit f1114babeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,8 +5,8 @@ Until then, users will use this as any other rustc crate, via extern crate.
## Stable MIR Design
The stable-mir will follow a similar approach to proc-macro2. Its
implementation is done using two main crates:
The stable-mir will follow a similar approach to proc-macro2. Its
implementation is split between two main crates:
- `stable_mir`: Public crate, to be published on crates.io, which will contain
the stable data structure as well as calls to `rustc_smir` APIs and