We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#![no_std]
1 parent 66aedb4 commit 72187f5Copy full SHA for 72187f5
redirects/using-rust-without-the-standard-library.md
@@ -7,11 +7,11 @@
7
8
---
9
10
-This particular chapter has moved to [the Unstable Book][2].
+This particular chapter has moved to [the Rustonomicon][2].
11
12
-* **[In the Unstable Rust Book: `lang_items` — Writing an executable without stdlib][2]**
+* **[In the Rustonomicon: Beneath std][2]**
13
* <small>[In the first edition: Ch 4.12 — Using Rust without the Standard Library][1]</small>
14
15
16
[1]: https://doc.rust-lang.org/1.30.0/book/first-edition/using-rust-without-the-standard-library.html
17
-[2]: ../unstable-book/language-features/lang-items.html#writing-an-executable-without-stdlib
+[2]: ../nomicon/beneath-std.html
0 commit comments