aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuntc <[email protected]>2021-07-15 12:31:36 +1000
committerhuntc <[email protected]>2021-07-15 12:31:53 +1000
commit72d6f79ec731980bf776d35bfc0af848a1d994da (patch)
tree94bef3a71a2edacf0158f0fb33e472bea8eab8c0
parent3778f55d80f70b336f6ca846f365cf619032a685 (diff)
Feature no longer required given 1.55
-rw-r--r--embassy/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy/src/lib.rs b/embassy/src/lib.rs
index 845f82a3f..41102a180 100644
--- a/embassy/src/lib.rs
+++ b/embassy/src/lib.rs
@@ -7,7 +7,6 @@
7#![feature(min_type_alias_impl_trait)] 7#![feature(min_type_alias_impl_trait)]
8#![feature(impl_trait_in_bindings)] 8#![feature(impl_trait_in_bindings)]
9#![feature(type_alias_impl_trait)] 9#![feature(type_alias_impl_trait)]
10#![feature(maybe_uninit_ref)]
11 10
12// This mod MUST go first, so that the others see its macros. 11// This mod MUST go first, so that the others see its macros.
13pub(crate) mod fmt; 12pub(crate) mod fmt;