We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fe4ae9 + 29a5c14 commit e39fd18Copy full SHA for e39fd18
rs-matter/src/lib.rs
@@ -70,6 +70,7 @@
70
//!
71
//! Start off exploring by going to the [Matter] object.
72
#![cfg_attr(not(feature = "std"), no_std)]
73
+#![allow(stable_features)]
74
#![cfg_attr(feature = "nightly", feature(async_fn_in_trait))]
75
#![cfg_attr(feature = "nightly", feature(impl_trait_projections))]
76
#![cfg_attr(feature = "nightly", allow(incomplete_features))]
0 commit comments