mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
Fix typos
This commit is contained in:
parent
8179082517
commit
b213eec65d
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
<h1>Nightly build state for {{nightly}}</h1>
|
<h1>Nightly build state for {{nightly}}</h1>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<p>
|
<p>
|
||||||
The build is performned with <code>cargo build --release -Zbuild-std</code> for a library crate.
|
The build is performed with <code>cargo build --release -Zbuild-std</code> for a library crate.
|
||||||
|
|
||||||
This checks whether everything builds successfully (excluding binary linking, which often requires complex toolchains).
|
This checks whether everything builds successfully (excluding binary linking, which often requires complex toolchains).
|
||||||
For no-std targets, Cargo's build-std logic is used for figuring out whether to build std or not.
|
For no-std targets, Cargo's build-std logic is used for figuring out whether to build std or not.
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
codegen/linking of core works, but does not check whether std builds.
|
codegen/linking of core works, but does not check whether std builds.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The build is performned with
|
The build is performed with
|
||||||
<code>cargo build --release -Zbuild-std</code> for a library crate. This
|
<code>cargo build --release -Zbuild-std</code> for a library crate. This
|
||||||
checks whether everything builds successfully (excluding binary linking,
|
checks whether everything builds successfully (excluding binary linking,
|
||||||
which often requires complex toolchains). For no-std targets, Cargo's
|
which often requires complex toolchains). For no-std targets, Cargo's
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue