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:
parent
b77a14b5e7
commit
564062dbd1
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||||
|
|
Loading…
Reference in a new issue