Features only on nightly

This commit is contained in:
Henrik Alsér 2022-07-10 00:58:05 +02:00
parent c9ceec8797
commit c9b5856153

View file

@ -1,6 +1,5 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![feature(generic_associated_types)]
#![feature(type_alias_impl_trait)]
#![cfg_attr(feature = "nightly", feature(generic_associated_types, type_alias_impl_trait))]
#[cfg(feature = "nightly")]
pub mod adapter;