mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-12 08:30:51 +00:00
Run rustfmt
This commit is contained in:
parent
7aa1518beb
commit
53c7ebaaf5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pub trait Jar: Any {
|
|||
/// Methods on the Salsa database available to jars while they are creating their ingredients.
|
||||
pub trait JarAux {
|
||||
/// Return index of first ingredient from `jar` (based on the dynamic type of `jar`).
|
||||
/// Returns `None` if the jar has not yet been added.
|
||||
/// Returns `None` if the jar has not yet been added.
|
||||
/// Used by tracked functions to lookup the ingredient index for the salsa struct they take as argument.
|
||||
fn lookup_jar_by_type(&self, jar: &dyn Jar) -> Option<IngredientIndex>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue