diff options
| author | Celina G. Val <celinval@amazon.com> | 2024-10-24 16:12:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-24 16:12:31 -0700 |
| commit | f1114babebd82125bdcf6dfc8013563f32585def (patch) | |
| tree | 1c9ea1d1ac6d3e7466387117f6321d7622dd6342 | |
| parent | 0d300ac678cfc69724861c7c94c3daa3eb15fac1 (diff) | |
| download | rust-f1114babebd82125bdcf6dfc8013563f32585def.tar.gz rust-f1114babebd82125bdcf6dfc8013563f32585def.zip | |
Apply suggestions from code review
Co-authored-by: Michael Goulet <michael@errs.io>
| -rw-r--r-- | compiler/stable_mir/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/stable_mir/README.md b/compiler/stable_mir/README.md index 89f610e110e..5e37369e93c 100644 --- a/compiler/stable_mir/README.md +++ b/compiler/stable_mir/README.md @@ -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 |
