Skip to content

Commit f46751d

Browse files
committed
Remove unnecessary visibilities
1 parent ad148b0 commit f46751d

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
@@ -11,11 +11,11 @@ pub mod segtree;
1111
pub mod string;
1212
pub mod twosat;
1313

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

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

0 commit comments

Comments
 (0)