Skip to content

Commit

Permalink
Remove feature flags
Browse files Browse the repository at this point in the history
Note that setting a global allocator is not yet stable, and
linked_list_allocator also requires nightly still
  • Loading branch information
jonas-schievink committed May 10, 2020
1 parent a4f8788 commit ed57d33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
//! // omitted: exception handlers
//! ```

#![feature(allocator_api)]
#![feature(const_fn)]
#![no_std]

extern crate alloc;
Expand Down

0 comments on commit ed57d33

Please sign in to comment.