We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4d81f commit eb0f9f8Copy full SHA for eb0f9f8
src/doc/book/using-rust-without-the-standard-library.md
@@ -11,7 +11,7 @@ don’t want to use the standard library via an attribute: `#![no_std]`.
11
> For details on binaries without the standard library, see [the nightly
12
> chapter on `#![no_std]`](no-stdlib.html)
13
14
-To use `#![no_std]`, add a it to your crate root:
+To use `#![no_std]`, add it to your crate root:
15
16
```rust
17
#![no_std]
0 commit comments