aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTeddy Wing2021-05-29 18:16:27 +0200
committerTeddy Wing2021-05-29 18:16:27 +0200
commit67d7632b900f7221c1a3fb1927cd97b7cb60c71e (patch)
treed7d06d320f92d6625484d809b3d8d711f47222cb /src/lib.rs
parent717f4074206a1cade9ebc51e8604061134900eb8 (diff)
downloadreflectub-67d7632b900f7221c1a3fb1927cd97b7cb60c71e.tar.bz2
Move `Repo` to `github` module
Makes more sense here rather than in its own module since it models GitHub's repository structure.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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;