unused features/allows

This commit is contained in:
Alex Janka 2022-12-18 12:57:01 +11:00
parent ecb11e90ae
commit f1d6a02dd2

View file

@ -1,8 +1,4 @@
#![allow(incomplete_features)]
#![allow(dead_code)]
#![feature(adt_const_params)]
#![feature(generic_arg_infer)]
#![feature(generic_const_exprs)]
use std::{
fmt::{self, Debug, Display},