rename local_state to zalsa_local

This commit is contained in:
Niko Matsakis 2024-07-28 13:12:58 +00:00
parent 3254f46ca8
commit ab112b7126
25 changed files with 28 additions and 28 deletions

View file

@ -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};