diff options
Diffstat (limited to 'src/doc/book/custom-allocators.md')
| -rw-r--r-- | src/doc/book/custom-allocators.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/book/custom-allocators.md b/src/doc/book/custom-allocators.md index 6b19abc728c..65626c11462 100644 --- a/src/doc/book/custom-allocators.md +++ b/src/doc/book/custom-allocators.md @@ -83,7 +83,6 @@ annotated version of `alloc_system` // Allocators are not allowed to depend on the standard library which in turn // requires an allocator in order to avoid circular dependencies. This crate, // however, can use all of libcore. -#![feature(no_std)] #![no_std] // Let's give a unique name to our custom allocator |
