mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-25 05:29:43 +00:00
nits
This commit is contained in:
parent
897ee5f3d2
commit
360c78397b
1 changed files with 1 additions and 0 deletions
|
@ -644,6 +644,7 @@ struct ActiveQuery<DB: Database> {
|
|||
/// there was an untracked the read.
|
||||
dependencies: Option<FxIndexSet<Dependency<DB>>>,
|
||||
|
||||
/// Stores the entire cycle, if one is found and this query is part of it.
|
||||
cycle: Vec<DB::DatabaseKey>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue