Skip to content

Commit 2cc4f97

Browse files
committed
Remove Deref comment
1 parent 3fd6603 commit 2cc4f97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vm/src/modules/pinned_memory_cache.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use crate::VmResult;
66

77
/// Struct storing some additional metadata, which is only of interest for the pinned cache,
88
/// alongside the cached module.
9-
// TODO: Maybe implement a `Deref` for this? But would it even worth it considering how little it is actually used?
109
pub struct InstrumentedModule {
1110
/// Number of loads from memory this module received
1211
pub hits: u32,

0 commit comments

Comments
 (0)