Move/rename lazy::{OnceCell, Lazy}
to cell::{OnceCell, LazyCell}
This commit is contained in:
parent
392d272868
commit
7c360dc117
11 changed files with 407 additions and 400 deletions
|
@ -173,7 +173,7 @@ cfg_if! {
|
|||
pub use std::cell::RefMut as LockGuard;
|
||||
pub use std::cell::RefMut as MappedLockGuard;
|
||||
|
||||
pub use std::lazy::OnceCell;
|
||||
pub use std::cell::OnceCell;
|
||||
|
||||
use std::cell::RefCell as InnerRwLock;
|
||||
use std::cell::RefCell as InnerLock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue