Skip to content

Commit bbb0d70

Browse files
authored
Merge pull request zesterer#633 from wackbyte/no-internal-features
Remove unnecessary `allow(internal_features)`
2 parents 0f4ea06 + 966b5f9 commit bbb0d70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![cfg_attr(not(any(doc, feature = "std", test)), no_std)]
22
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg), deny(rustdoc::all))]
3-
#![cfg_attr(feature = "nightly", allow(internal_features))]
43
#![cfg_attr(
54
feature = "nightly",
65
feature(never_type, fn_traits, tuple_trait, unboxed_closures)

0 commit comments

Comments
 (0)