flatten module hierarchy

This commit is contained in:
Niko Matsakis 2024-07-21 08:57:04 -04:00
parent 61b1671b69
commit 59dbfc2826
22 changed files with 35 additions and 39 deletions

View file

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