Skip to content

Commit

Permalink
optimal-binary: fix type being private
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlovinger committed Oct 21, 2024
1 parent 4484b9d commit 3167372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimal-binary/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use std::ops;

pub use self::{chunks_to_int_le::*, from_bit::*};

type ChunksToRealLe<ToMin, ToMax, Bits, T> =
pub type ChunksToRealLe<ToMin, ToMax, Bits, T> =
Scale<Val<Zero, T>, ToMin, ToMax, ChunksToIntLe<Bits, T>>;

/// Return base 10 representations of each chunk of bits,
Expand Down

0 comments on commit 3167372

Please sign in to comment.