Make embassy-net nightly-only.
It's useless without async traits, so juggling the `nightly` feature around is not worth the pain.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
#![allow(clippy::new_without_default)]
|
||||
#![cfg_attr(
|
||||
feature = "nightly",
|
||||
feature(generic_associated_types, type_alias_impl_trait)
|
||||
)]
|
||||
#![feature(generic_associated_types, type_alias_impl_trait)]
|
||||
|
||||
// This mod MUST go first, so that the others see its macros.
|
||||
pub(crate) mod fmt;
|
||||
|
Reference in New Issue
Block a user