Update src/input.rs

Co-Authored-By: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
Niko Matsakis 2019-07-05 05:52:36 -04:00 committed by GitHub
parent 5221e95ac4
commit 6252430a91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),
};