Skip to content

Commit

Permalink
Make CacheEntry private.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstange committed Mar 14, 2024
1 parent f6fb069 commit d3fe8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rule_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const _: () = assert!(
);

#[derive(Clone, Copy, Debug)]
pub struct CacheEntry<R: UnwindRule> {
struct CacheEntry<R: UnwindRule> {
address: u64,
modules_generation: u16,
unwind_rule: R,
Expand Down

0 comments on commit d3fe8ed

Please sign in to comment.