mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
newline
This commit is contained in:
parent
4543063f5a
commit
2d490e245a
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
use crate::{accumulator, hash::FxHashSet, storage::DatabaseGen, DatabaseKeyIndex, Id};
|
||||
use std::collections::VecDeque;
|
||||
|
||||
use crate::{accumulator, hash::FxHashSet, storage::DatabaseGen, DatabaseKeyIndex, Id};
|
||||
|
||||
use super::{Configuration, IngredientImpl};
|
||||
|
||||
impl<C> IngredientImpl<C>
|
||||
|
|
Loading…
Reference in a new issue