From 74b68435b29b18f0bed423ec1b7d011ad41d8031 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 2 Aug 2020 05:31:48 +0200 Subject: lib.rs: Make `owner_repo` module private Turns out this didn't need to be public at all. --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3