mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-09 21:38:20 +00:00
reorganize plumbing
This commit is contained in:
parent
65118a0fe6
commit
15106ff8ea
20 changed files with 145 additions and 101 deletions
|
@ -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,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue