refactor[std]: do not use box syntax

This commit is contained in:
joboet
2023-01-17 14:08:35 +01:00
parent 159ba8a92c
commit 7f2cf19191
9 changed files with 35 additions and 59 deletions

View File

@@ -238,7 +238,6 @@
#![feature(allocator_internals)]
#![feature(allow_internal_unsafe)]
#![feature(allow_internal_unstable)]
#![feature(box_syntax)]
#![feature(c_unwind)]
#![feature(cfg_target_thread_local)]
#![feature(concat_idents)]