Feature no longer required given 1.55

This commit is contained in:
huntc 2021-07-15 12:31:36 +10:00
parent 3778f55d80
commit 72d6f79ec7

View File

@ -7,7 +7,6 @@
#![feature(min_type_alias_impl_trait)]
#![feature(impl_trait_in_bindings)]
#![feature(type_alias_impl_trait)]
#![feature(maybe_uninit_ref)]
// This mod MUST go first, so that the others see its macros.
pub(crate) mod fmt;