Features only on nightly
This commit is contained in:
parent
c9ceec8797
commit
c9b5856153
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
#![cfg_attr(not(feature = "std"), no_std)]
|
#![cfg_attr(not(feature = "std"), no_std)]
|
||||||
#![feature(generic_associated_types)]
|
#![cfg_attr(feature = "nightly", feature(generic_associated_types, type_alias_impl_trait))]
|
||||||
#![feature(type_alias_impl_trait)]
|
|
||||||
|
|
||||||
#[cfg(feature = "nightly")]
|
#[cfg(feature = "nightly")]
|
||||||
pub mod adapter;
|
pub mod adapter;
|
||||||
|
|
Loading…
Reference in a new issue