Remove unnecessary article
This commit is contained in:
parent
0c4d81f9bc
commit
eb0f9f81f0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ don’t want to use the standard library via an attribute: `#![no_std]`.
|
|||
> For details on binaries without the standard library, see [the nightly
|
||||
> chapter on `#![no_std]`](no-stdlib.html)
|
||||
|
||||
To use `#![no_std]`, add a it to your crate root:
|
||||
To use `#![no_std]`, add it to your crate root:
|
||||
|
||||
```rust
|
||||
#![no_std]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue