mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 13:10:19 +00:00
apply cargo fmt
This commit is contained in:
parent
c096f714b5
commit
83b2f40ca2
1 changed files with 1 additions and 2 deletions
|
@ -202,8 +202,7 @@ impl DependencyGraph {
|
|||
for from_id in dependents {
|
||||
let edge = self.edges.remove(&from_id).expect("no edge for dependent");
|
||||
assert_eq!(to_id, edge.blocked_on_id);
|
||||
self.wait_results
|
||||
.insert(from_id, (edge.stack, wait_result));
|
||||
self.wait_results.insert(from_id, (edge.stack, wait_result));
|
||||
}
|
||||
|
||||
// Now that we have inserted the `wait_results`,
|
||||
|
|
Loading…
Reference in a new issue