Skip to content

Commit 61d1c63

Browse files
committed
Revert "Remove pub modifier from rounding mod"
This reverts commit 4a772f5.
1 parent 7df7feb commit 61d1c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ mod impl_num;
116116
mod parsing;
117117

118118
// Routines for rounding
119-
mod rounding;
119+
pub mod rounding;
120120
pub use rounding::RoundingMode;
121121

122122
// Mathematical context

0 commit comments

Comments
 (0)