We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f4ea06 + 966b5f9 commit bbb0d70Copy full SHA for bbb0d70
src/lib.rs
@@ -1,6 +1,5 @@
1
#![cfg_attr(not(any(doc, feature = "std", test)), no_std)]
2
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg), deny(rustdoc::all))]
3
-#![cfg_attr(feature = "nightly", allow(internal_features))]
4
#![cfg_attr(
5
feature = "nightly",
6
feature(never_type, fn_traits, tuple_trait, unboxed_closures)
0 commit comments