summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nrf-softdevice/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/nrf-softdevice/src/lib.rs b/nrf-softdevice/src/lib.rs
index efe8fe1..d018a36 100644
--- a/nrf-softdevice/src/lib.rs
+++ b/nrf-softdevice/src/lib.rs
@@ -1,9 +1,6 @@
#![no_std]
#![feature(generic_associated_types)]
#![feature(type_alias_impl_trait)]
-#![feature(const_fn_trait_bound)]
-#![feature(cell_update)]
-#![allow(incomplete_features)]
pub(crate) mod util;