This commit is contained in:
ivmarkov 2023-10-01 07:11:15 +00:00
parent 0fe4ae906f
commit 29a5c14590

View file

@ -70,6 +70,7 @@
//!
//! Start off exploring by going to the [Matter] object.
#![cfg_attr(not(feature = "std"), no_std)]
#![allow(stable_features)]
#![cfg_attr(feature = "nightly", feature(async_fn_in_trait))]
#![cfg_attr(feature = "nightly", feature(impl_trait_projections))]
#![cfg_attr(feature = "nightly", allow(incomplete_features))]