Skip to content

Commit 71333bf

Browse files
authored
Export bitfield::Error (#41)
1 parent 6dcb2a6 commit 71333bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssz/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub mod legacy;
4141
mod union_selector;
4242

4343
#[doc(hidden)]
44-
pub use bitfield::{BitList, BitVector, Bitfield, Fixed, Variable};
44+
pub use bitfield::{BitList, BitVector, Bitfield, Error as BitfieldError, Fixed, Variable};
4545
pub use decode::{
4646
impls::decode_list_of_variable_length_items, read_offset, split_union_bytes,
4747
try_from_iter::TryFromIter, Decode, DecodeError, SszDecoder, SszDecoderBuilder,

0 commit comments

Comments
 (0)