remove unknown features

This commit is contained in:
andy 2023-10-11 18:55:23 -03:00
parent 1e5bbb51ff
commit 647bba57da

View File

@ -1,11 +1,9 @@
#![allow(clippy::type_complexity)]
#![allow(incomplete_features)]
#![feature(inline_const)]
#![feature(drain_filter)]
#![feature(try_blocks)]
#![feature(test)]
#![feature(error_generic_member_access)]
#![feature(provide_any)]
#![feature(lazy_cell)]
extern crate test;