1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-20 11:36:11 -05:00

Fix format

This commit is contained in:
Tom Parker-Shemilt 2022-07-22 13:37:09 +01:00
parent b77a14b5e7
commit 564062dbd1

View file

@ -174,7 +174,7 @@ lazy_static! {
#[derive(Deserialize, Debug)] #[derive(Deserialize, Debug)]
struct GithubStars { struct GithubStars {
stargazers_count: u32, stargazers_count: u32,
archived: bool archived: bool,
} }
async fn get_stars(github_url: &str) -> Option<u32> { async fn get_stars(github_url: &str) -> Option<u32> {