Move/rename lazy::Sync{OnceCell,Lazy}
to sync::{Once,Lazy}Lock
This commit is contained in:
parent
7c360dc117
commit
c1a2db3372
32 changed files with 847 additions and 819 deletions
|
@ -20,7 +20,7 @@ use tracing::{instrument, trace};
|
|||
#[cfg(not(parallel_compiler))]
|
||||
use std::cell::LazyCell as Lazy;
|
||||
#[cfg(parallel_compiler)]
|
||||
use std::lazy::SyncLazy as Lazy;
|
||||
use std::sync::LazyLock as Lazy;
|
||||
|
||||
#[cfg(parallel_compiler)]
|
||||
use intl_memoizer::concurrent::IntlLangMemoizer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue