remove the type_alias_impl_trait feature
This commit is contained in:
parent
0e9524de62
commit
1ded213ae9
@ -1,5 +1,4 @@
|
||||
#![deny(clippy::pedantic)]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
#![feature(async_fn_in_trait)]
|
||||
#![cfg_attr(not(any(test, feature = "std")), no_std)]
|
||||
#![allow(clippy::module_name_repetitions)]
|
||||
|
Loading…
Reference in New Issue
Block a user