Skip to content

Commit

Permalink
refactor: remove pub
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwfang committed Feb 16, 2025
1 parent 2d27005 commit 6b4947c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/interpreter/src/valid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ impl<'m> BranchTableApi<'m> for &mut Vec<BranchTableEntry> {
}
}

pub struct MetadataView<'m> {
struct MetadataView<'m> {
metadata: Metadata<'m>,
branch_idx: usize,
}
Expand Down

0 comments on commit 6b4947c

Please sign in to comment.