mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 05:07:27 +00:00
Update src/input.rs
Co-Authored-By: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
parent
5221e95ac4
commit
6252430a91
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ where
|
|||
// into the same cell while we block on the lock.)
|
||||
let stamped_value = StampedValue {
|
||||
value,
|
||||
durability: durability,
|
||||
durability,
|
||||
changed_at: guard.new_revision(),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue