Remove unnecessary article

This commit is contained in:
Andrew Barchuk 2016-02-12 21:40:02 +02:00
parent 0c4d81f9bc
commit eb0f9f81f0

View File

@ -11,7 +11,7 @@ dont 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]