Skip to content

Commit 25e8547

Browse files
committed
Remove recently stabilized min_const_generics feature gate
warning: the feature `min_const_generics` has been stable since 1.51.0 and no longer requires an attribute to enable --> tests/test.rs:3:33 | 3 | feature(min_specialization, min_const_generics, type_alias_impl_trait) | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default
1 parent 12c51d2 commit 25e8547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![cfg_attr(
22
async_trait_nightly_testing,
3-
feature(min_specialization, min_const_generics, type_alias_impl_trait)
3+
feature(min_specialization, type_alias_impl_trait)
44
)]
55
#![allow(
66
clippy::let_underscore_drop,

0 commit comments

Comments
 (0)