allow lazy_cell feature

This commit is contained in:
andy 2023-10-11 18:52:35 -03:00
parent 226577f91a
commit ba0a6cf327

View File

@ -7,6 +7,7 @@
#![feature(test)]
#![feature(error_generic_member_access)]
#![feature(provide_any)]
#![feature(lazy_cell)]
extern crate test;