mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-21 19:33:10 +00:00
Always write popularity if we get to the end of the block and haven't
failed
This commit is contained in:
parent
1997dd882c
commit
2d88ee0a2a
1 changed files with 1 additions and 0 deletions
|
@ -571,6 +571,7 @@ async fn main() -> Result<(), Error> {
|
|||
_ => {}
|
||||
}
|
||||
}
|
||||
fs::write("results/popularity.yaml", serde_yaml::to_string(&popularity_data)?)?;
|
||||
|
||||
to_check.sort_by(|a,b| {
|
||||
let get_time = |k| {
|
||||
|
|
Loading…
Reference in a new issue