Make all modules at least 'pub(crate)'

This commit is contained in:
Bruno BELANYI 2022-07-24 13:40:01 +02:00
parent 5b56fcfcda
commit 9601a5657a
2 changed files with 7 additions and 7 deletions

View file

@ -1,2 +1,2 @@
mod generation;
pub(crate) mod generation;
mod mask;