|
@ -1,6 +1,7 @@ |
|
|
#![allow(clippy::type_complexity)]
|
|
|
#![allow(clippy::type_complexity)]
|
|
|
#![allow(incomplete_features)]
|
|
|
#![allow(incomplete_features)]
|
|
|
#![feature(inline_const)]
|
|
|
#![feature(inline_const)]
|
|
|
|
|
|
#![feature(extract_if)]
|
|
|
#![feature(try_blocks)]
|
|
|
#![feature(try_blocks)]
|
|
|
#![feature(test)]
|
|
|
#![feature(test)]
|
|
|
#![feature(error_generic_member_access)]
|
|
|
#![feature(error_generic_member_access)]
|
|
|