From abad48c9fb716244035aca9cab60aae0e4cc0f3d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 6 May 2021 19:32:18 +0000 Subject: fix(structures): remove random create pub --- src/structures.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/structures.rs b/src/structures.rs index c17ba6f..13f904d 100644 --- a/src/structures.rs +++ b/src/structures.rs @@ -23,6 +23,6 @@ pub struct GitHubAPIResponseTree { #[derive(Serialize, Deserialize, Debug)] pub struct SenpyRandom { - pub(crate) language: String, - pub image: String, + pub language: String, + pub image: String, } -- cgit v1.2.3