Skip to content

Commit a486be0

Browse files
committed
fix: allow internal_features when opting in via unstable feature
Signed-off-by: Martin Kröning <[email protected]>
1 parent a9770d0 commit a486be0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#![cfg_attr(feature = "very_unstable", feature(fn_traits))]
4141
#![cfg_attr(feature = "very_unstable", feature(effects))]
4242
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
43+
#![cfg_attr(feature = "unstable", allow(internal_features))]
4344
#![warn(missing_docs)]
4445
#![deny(unsafe_op_in_unsafe_fn)]
4546
#![doc(test(attr(deny(warnings))))]

0 commit comments

Comments
 (0)