Skip to content

Commit 9725da5

Browse files
committed
adding use
1 parent 49aac6b commit 9725da5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ pub mod common;
2929
pub mod max_min_by;
3030
pub mod mode;
3131
pub mod expr_extra_fn {
32+
pub use super::max_min_by::max_by;
33+
pub use super::max_min_by::min_by;
3234
pub use super::mode::mode;
3335
}
3436

0 commit comments

Comments
 (0)