We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
internal_features
unstable
1 parent a9770d0 commit a486be0Copy full SHA for a486be0
src/lib.rs
@@ -40,6 +40,7 @@
40
#![cfg_attr(feature = "very_unstable", feature(fn_traits))]
41
#![cfg_attr(feature = "very_unstable", feature(effects))]
42
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
43
+#![cfg_attr(feature = "unstable", allow(internal_features))]
44
#![warn(missing_docs)]
45
#![deny(unsafe_op_in_unsafe_fn)]
46
#![doc(test(attr(deny(warnings))))]
0 commit comments