Update deps

This commit is contained in:
Dario Nieuwenhuis
2021-05-18 17:07:05 +02:00
parent 4eecb3cfa9
commit 773c3570e7
2 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![feature(const_fn)]
#![feature(const_generics)]
#![feature(const_evaluatable_checked)]
#![allow(incomplete_features)]
// This mod MUST go first, so that the others see its macros.
pub(crate) mod fmt;