mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-09 21:38:20 +00:00
flatten module hierarchy
This commit is contained in:
parent
61b1671b69
commit
59dbfc2826
22 changed files with 35 additions and 39 deletions
|
@ -1,9 +1,8 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use crate::{
|
||||
runtime::{local_state::ActiveQueryGuard, StampedValue},
|
||||
storage::DatabaseGen,
|
||||
Cycle, Database, Event, EventKind,
|
||||
local_state::ActiveQueryGuard, runtime::StampedValue, storage::DatabaseGen, Cycle, Database,
|
||||
Event, EventKind,
|
||||
};
|
||||
|
||||
use super::{memo::Memo, Configuration, IngredientImpl};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue