mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
cargo fmt
This commit is contained in:
parent
409ed367c2
commit
8f85d4ee27
1 changed files with 2 additions and 2 deletions
|
@ -200,8 +200,8 @@ where
|
|||
// since all prior inputs were green. It's important to do this during
|
||||
// this loop, because it's possible that one of our input queries will
|
||||
// re-execute and may read one of our earlier outputs
|
||||
// (e.g., in a scenario where we do something like
|
||||
// `e = Entity::new(..); query(e);` and `query` reads a field of `e`).
|
||||
// (e.g., in a scenario where we do something like
|
||||
// `e = Entity::new(..); query(e);` and `query` reads a field of `e`).
|
||||
//
|
||||
// NB. Accumulators are also outputs, but the above logic doesn't
|
||||
// quite apply to them. Since multiple values are pushed, the first value
|
||||
|
|
Loading…
Reference in a new issue