Change #![feature(once_cell)] to lazy_cell ()

For 
This commit is contained in:
Chris Wong 2023-04-01 20:39:04 +11:00 committed by GitHub
parent cdb9d3a48d
commit c42153f20c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#![feature(once_cell)]
#![feature(lazy_cell)]
pub mod page;
pub mod string_writer;