once_cell no longer requires an attribute to enable

This commit is contained in:
andy 2023-10-11 18:53:32 -03:00
parent ba0a6cf327
commit 1e5bbb51ff

View File

@ -3,7 +3,6 @@
#![feature(inline_const)]
#![feature(drain_filter)]
#![feature(try_blocks)]
#![feature(once_cell)]
#![feature(test)]
#![feature(error_generic_member_access)]
#![feature(provide_any)]