aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index af0e7bb..0a8ab13 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2,7 +2,8 @@
pub mod config;
pub mod error;
-pub mod owner_repo;
+
+pub(crate) mod owner_repo;
mod arg;