We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe4ae9 commit 29a5c14Copy full SHA for 29a5c14
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