Skip to content

Commit

Permalink
Merge pull request #633 from wackbyte/no-internal-features
Browse files Browse the repository at this point in the history
Remove unnecessary `allow(internal_features)`
  • Loading branch information
zesterer committed May 4, 2024
2 parents 0f4ea06 + 966b5f9 commit bbb0d70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![cfg_attr(not(any(doc, feature = "std", test)), no_std)]
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg), deny(rustdoc::all))]
#![cfg_attr(feature = "nightly", allow(internal_features))]
#![cfg_attr(
feature = "nightly",
feature(never_type, fn_traits, tuple_trait, unboxed_closures)
Expand Down

0 comments on commit bbb0d70

Please sign in to comment.