mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-09 13:28:19 +00:00
rename local_state to zalsa_local
This commit is contained in:
parent
3254f46ca8
commit
ab112b7126
25 changed files with 28 additions and 28 deletions
|
@ -1,7 +1,7 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use crate::{
|
||||
local_state::ActiveQueryGuard, runtime::StampedValue, Cycle, Database, Event, EventKind,
|
||||
zalsa_local::ActiveQueryGuard, runtime::StampedValue, Cycle, Database, Event, EventKind,
|
||||
};
|
||||
|
||||
use super::{memo::Memo, Configuration, IngredientImpl};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue