Skip to content

Commit

Permalink
lint: private item in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frisitano committed Dec 13, 2024
1 parent 7258d7a commit 19c2d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/trie/common/src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub trait BitsCompatibility: Sized {
/// Unpacks the bits from the provided bytes such that there is a byte for each bit in the
/// input. The representation is big-endian with respect to the input.
///
/// We truncate the Nibbles such that we only have [`MAX_BITS`] (bn254 field size) bits.
/// We truncate the Nibbles such that we only have 254 (bn254 field size) bits.
fn unpack_bits<T: AsRef<[u8]>>(data: T) -> Self;

/// Pack the bits into a byte representation.
Expand Down

0 comments on commit 19c2d59

Please sign in to comment.