Skip to content

Commit

Permalink
Allow stable features for newer nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 8, 2023
1 parent 1c81ccb commit cb177a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
#![deny(rustdoc::broken_intra_doc_links)]
#![cfg_attr(
all(feature = "async", feature = "nightly"),
allow(incomplete_features),
allow(incomplete_features, stable_features, async_fn_in_trait),
feature(async_fn_in_trait, impl_trait_projections)
)]

Expand Down

0 comments on commit cb177a2

Please sign in to comment.