Skip to content

Commit 09b2790

Browse files
jyn514camelid
andauthored
Remove unnecessary backticks
Co-authored-by: Camelid <[email protected]>
1 parent f799b3d commit 09b2790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/bootstrapping.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Without it, you can only compile programs with `#![no_core]` -- not terribly use
179179

180180
The reason these need to be different is because they aren't necessarily ABI-compatible:
181181
there could be a new layout optimizations, changes to MIR, or other changes
182-
to Rust metadata on nightly that aren't present in `beta`.
182+
to Rust metadata on nightly that aren't present in beta.
183183

184184
This is also where `--keep-stage 1 library/std` comes into play. Since most
185185
changes to the compiler don't actually change the ABI, once you've produced a

0 commit comments

Comments
 (0)