mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-14 17:18:20 +00:00
add a comment clarifying
This commit is contained in:
parent
4151b09d3c
commit
e909ca5c97
1 changed files with 6 additions and 0 deletions
|
@ -168,6 +168,12 @@ where
|
|||
// then we would have updated the `verified_at` field already.
|
||||
// So the fact that we are here means that it was not specified
|
||||
// during this revision or is otherwise stale.
|
||||
//
|
||||
// Example of how this can happen:
|
||||
//
|
||||
// Conditionally specified queries
|
||||
// where the value is specified
|
||||
// in rev 1 but not in rev 2.
|
||||
return false;
|
||||
}
|
||||
QueryOrigin::BaseInput => {
|
||||
|
|
Loading…
Reference in a new issue