Skip to content

Commit

Permalink
Merge pull request #172 from dtolnay/impltrait
Browse files Browse the repository at this point in the history
Feature min_type_alias_impl_trait renamed to type_alias_impl_trait
  • Loading branch information
dtolnay committed Jul 29, 2021
2 parents 1db22bb + 9169e69 commit 4635d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.rs
@@ -1,6 +1,6 @@
#![cfg_attr(
async_trait_nightly_testing,
feature(min_specialization, min_type_alias_impl_trait)
feature(min_specialization, type_alias_impl_trait)
)]
#![allow(
clippy::let_underscore_drop,
Expand Down

0 comments on commit 4635d0f

Please sign in to comment.