Skip to content

Commit

Permalink
Export bitfield::Error (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner authored Jan 6, 2025
1 parent 6dcb2a6 commit 71333bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub mod legacy;
mod union_selector;

#[doc(hidden)]
pub use bitfield::{BitList, BitVector, Bitfield, Fixed, Variable};
pub use bitfield::{BitList, BitVector, Bitfield, Error as BitfieldError, Fixed, Variable};
pub use decode::{
impls::decode_list_of_variable_length_items, read_offset, split_union_bytes,
try_from_iter::TryFromIter, Decode, DecodeError, SszDecoder, SszDecoderBuilder,
Expand Down

0 comments on commit 71333bf

Please sign in to comment.