diff --git a/src/main.rs b/src/main.rs index 95378b3..754b8d8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -174,7 +174,7 @@ lazy_static! { #[derive(Deserialize, Debug)] struct GithubStars { stargazers_count: u32, - archived: bool + archived: bool, } async fn get_stars(github_url: &str) -> Option {