Skip to content

Commit ae6e90c

Browse files
authored
Expose TryFromIntError
1 parent 9df9b3a commit ae6e90c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ mod lib {
1919
}
2020

2121
mod conversion;
22+
pub use conversion::TryFromIntError;
2223

2324
use lib::core::ops::{
2425
BitAnd, BitAndAssign, BitOr, BitOrAssign, BitXor, BitXorAssign, Not, Shl, ShlAssign, Shr,

0 commit comments

Comments
 (0)