diff options
Diffstat (limited to 'mingling_core/src/program.rs')
| -rw-r--r-- | mingling_core/src/program.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling_core/src/program.rs b/mingling_core/src/program.rs index a1b803e..e791d86 100644 --- a/mingling_core/src/program.rs +++ b/mingling_core/src/program.rs @@ -15,10 +15,10 @@ pub mod error; #[doc(hidden)] pub mod exec; #[doc(hidden)] -pub mod hook; -#[doc(hidden)] pub mod setup; +pub mod hook; + mod collection; pub use collection::*; |
