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