Change #![feature(once_cell)]
to lazy_cell
(#372)
For rust-lang/rust#105587
This commit is contained in:
parent
cdb9d3a48d
commit
c42153f20c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#![feature(once_cell)]
|
||||
#![feature(lazy_cell)]
|
||||
|
||||
pub mod page;
|
||||
pub mod string_writer;
|
||||
|
|
Loading…
Add table
Reference in a new issue