From 61cba82edc244180bf57059e0b5db121ed17d1dd Mon Sep 17 00:00:00 2001 From: Christopher Anderson Date: Sun, 10 Mar 2019 13:54:59 -0700 Subject: [PATCH] Update no-std.md to remove obsolete FAQ link Per issue #97 --- src/intro/no-std.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intro/no-std.md b/src/intro/no-std.md index 0c77155b..35bfc1ad 100644 --- a/src/intro/no-std.md +++ b/src/intro/no-std.md @@ -61,5 +61,4 @@ bootstrapping (stage 0) code like bootloaders, firmware or kernels. [alloc-cortex-m]: https://github.com/rust-embedded/alloc-cortex-m ## See Also -* [FAQ](https://www.rust-lang.org/en-US/faq.html#does-rust-work-without-the-standard-library) * [RFC-1184](https://github.com/rust-lang/rfcs/blob/master/text/1184-stabilize-no_std.md)