]> git.lizzy.rs Git - rust.git/commitdiff
Remove unnecessary article
authorAndrew Barchuk <raindev@icloud.com>
Fri, 12 Feb 2016 19:40:02 +0000 (21:40 +0200)
committerAndrew Barchuk <raindev@icloud.com>
Fri, 12 Feb 2016 19:40:02 +0000 (21:40 +0200)
src/doc/book/using-rust-without-the-standard-library.md

index 59182e1a4efcee7fefd0a9bc0d7068052cc7ef94..2c7a097fe8045c4fc2f813b4d04e3caadd6b9329 100644 (file)
@@ -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 it to your crate root:
+To use `#![no_std]`, add it to your crate root:
 
 ```rust
 #![no_std]