reorganize plumbing

This commit is contained in:
Niko Matsakis 2024-07-12 07:07:11 -04:00
parent 65118a0fe6
commit 15106ff8ea
20 changed files with 145 additions and 101 deletions

View file

@ -6,9 +6,9 @@ use crate::{
Cycle, Database, Event, EventKind,
};
use super::{memo::Memo, Configuration, FunctionIngredient};
use super::{memo::Memo, Configuration, IngredientImpl};
impl<C> FunctionIngredient<C>
impl<C> IngredientImpl<C>
where
C: Configuration,
{