Closed v-maxson closed 2 years ago
This crate simply doesn't compile.
There are multiple incorrect references to cell::OnceCell (where it should be lazy::OnceCell) and the io_safety feature is missing.
cell::OnceCell
lazy::OnceCell
io_safety
The most recent version of this crate works with the latest nightly (see also the ci), which you are probably not using. You can either upgrade your rust installation or use a less recent version of this crate.
This crate simply doesn't compile.
There are multiple incorrect references to
cell::OnceCell
(where it should belazy::OnceCell
) and theio_safety
feature is missing.