We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Deref
1 parent 3fd6603 commit 2cc4f97Copy full SHA for 2cc4f97
packages/vm/src/modules/pinned_memory_cache.rs
@@ -6,7 +6,6 @@ use crate::VmResult;
6
7
/// Struct storing some additional metadata, which is only of interest for the pinned cache,
8
/// 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?
10
pub struct InstrumentedModule {
11
/// Number of loads from memory this module received
12
pub hits: u32,
0 commit comments