Skip to content

Commit

Permalink
Removed unnecessary feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zesterer committed Apr 6, 2024
1 parent a1bde7a commit 6e89637
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
#![cfg_attr(feature = "nightly", allow(internal_features))]
#![cfg_attr(
feature = "nightly",
feature(
never_type,
fn_traits,
tuple_trait,
unboxed_closures,
diagnostic_namespace
)
feature(never_type, fn_traits, tuple_trait, unboxed_closures)
)]
//
// README.md links these files via the main branch. For docs.rs we however want to link them
Expand Down

0 comments on commit 6e89637

Please sign in to comment.