Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Goulet <[email protected]>
  • Loading branch information
celinval and compiler-errors authored Oct 24, 2024
1 parent 0d300ac commit f1114ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/stable_mir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. It’s
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
Expand Down

0 comments on commit f1114ba

Please sign in to comment.