Skip to content

Commit

Permalink
Remove feature enablers
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Nov 3, 2019
1 parent c8792a9 commit 04ad717
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions bastion-executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
//! NUMA-aware SMP based Fault-tolerant Executor
//!
// Allocator features
#![feature(allocator_api)]
#![feature(extern_types)]
#![feature(core_intrinsics)]
#![feature(libstd_sys_internals)]
#![feature(thread_local)]
#![feature(const_fn)]
// Force missing implementations
#![warn(missing_docs)]
#![warn(missing_debug_implementations)]
Expand All @@ -30,4 +23,5 @@ pub mod worker;
pub mod prelude {
pub use crate::pool::*;
pub use crate::run::*;
pub use crate::allocator::*;
}

0 comments on commit 04ad717

Please sign in to comment.