From 67d7632b900f7221c1a3fb1927cd97b7cb60c71e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 May 2021 18:16:27 +0200 Subject: Move `Repo` to `github` module Makes more sense here rather than in its own module since it models GitHub's repository structure. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 881cebb..02a52f7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,2 @@ pub mod git; pub mod github; -pub mod repo; -- cgit v1.2.3