Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark committed May 30, 2024
1 parent dc0ab9d commit 0180ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-core/src/execution_cache/writeback_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ impl WritebackCache {
assert_eq!(
highest,
match &*entry.lock() {
LatestObjectCacheEntry::Object(version, entry) => Some(entry.clone()),
LatestObjectCacheEntry::Object(_, entry) => Some(entry.clone()),
LatestObjectCacheEntry::NonExistent => None,
},
"object_by_id cache is incoherent for {:?}",
Expand Down

0 comments on commit 0180ef4

Please sign in to comment.