Skip to content

Commit

Permalink
Remove unnecessary pub(super)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Sep 10, 2024
1 parent 217db55 commit 58f2b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-proof-of-space/src/chiapos/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ impl<const K: u8> Default for TablesCache<K> {
}

#[derive(Debug)]
pub(super) struct Match {
struct Match {
left_position: Position,
left_y: Y,
right_position: Position,
Expand Down

0 comments on commit 58f2b87

Please sign in to comment.