Skip to content

Commit

Permalink
Checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed Sep 4, 2024
1 parent e053be0 commit dac7ef0
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 238 deletions.
2 changes: 1 addition & 1 deletion crates/circuit/src/bit_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use std::hash::{Hash, Hasher};
/// it call `repr()` on both sides, which has a significant
/// performance advantage.
#[derive(Clone, Debug)]
struct BitAsKey {
pub struct BitAsKey {
/// Python's `hash()` of the wrapped instance.
hash: isize,
/// The wrapped instance.
Expand Down
Loading

0 comments on commit dac7ef0

Please sign in to comment.