Fix some warnings.

This commit is contained in:
Dario Nieuwenhuis
2021-02-26 01:06:58 +01:00
parent de796d3e80
commit 90476ef900
4 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#![feature(const_fn)]
#![feature(const_fn_fn_ptr_basics)]
#![feature(const_option)]
#![allow(incomplete_features)]
// This mod MUST go first, so that the others see its macros.
pub(crate) mod fmt;