summaryrefslogtreecommitdiffstats
path: root/src/finder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/finder.rs')
-rw-r--r--src/finder.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/finder.rs b/src/finder.rs
index ad7e303..3c74417 100644
--- a/src/finder.rs
+++ b/src/finder.rs
@@ -7,8 +7,8 @@ use std::{
process::{Child, Command, Output, Stdio},
};
-pub use config::Config;
-pub use error::{Error, Result};
+pub(crate) use config::Config;
+pub(crate) use error::{Error, Result};
mod config;
mod error;