Skip to content

Commit e573de9

Browse files
committed
Remove unnecessary visibilities
1 parent ad3a68d commit e573de9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/lib.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ mod segtree;
1212
mod string;
1313
mod twosat;
1414

15-
pub(crate) mod internal_bit;
16-
pub(crate) mod internal_math;
17-
pub(crate) mod internal_queue;
18-
pub(crate) mod internal_scc;
19-
pub(crate) mod internal_type_traits;
15+
mod internal_bit;
16+
mod internal_math;
17+
mod internal_queue;
18+
mod internal_scc;
19+
mod internal_type_traits;
2020

2121
pub use convolution::{convolution, convolution_i64};
2222
pub use dsu::Dsu;

0 commit comments

Comments
 (0)