Skip to content

Commit b21b0bb

Browse files
tshepangcamelid
authored andcommitted
remove stray **
1 parent f1609a3 commit b21b0bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/building/how-to-build-and-run.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,9 @@ This final product (stage1 compiler + libs built using that compiler)
150150
is what you need to build other Rust programs (unless you use `#![no_std]` or
151151
`#![no_core]`).
152152

153-
You will probably find that building the stage1 `std` is a bottleneck for you** -- but fear not,
154-
there is a (hacky) workaround. See [the section on "recommended workflows"](./suggested.md) below.
153+
You will probably find that building the stage1 `std` is a bottleneck for you,
154+
but fear not, there is a (hacky) workaround...
155+
see [the section on "recommended workflows"](./suggested.md) below.
155156

156157
Note that this whole command just gives you a subset of the full `rustc`
157158
build. The **full** `rustc` build (what you get with `./x.py build

0 commit comments

Comments
 (0)