aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e2ac7ea..e9038dc 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3,9 +3,8 @@
pub mod config;
pub mod error;
-pub(crate) mod owner_repo;
-
mod arg;
+mod owner_repo;
mod suggestion;