Skip to content

Commit ed57d33

Browse files
Remove feature flags
Note that setting a global allocator is not yet stable, and linked_list_allocator also requires nightly still
1 parent a4f8788 commit ed57d33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
//! // omitted: exception handlers
4646
//! ```
4747
48-
#![feature(allocator_api)]
49-
#![feature(const_fn)]
5048
#![no_std]
5149

5250
extern crate alloc;

0 commit comments

Comments
 (0)