Remove all spin_on

This commit is contained in:
2022-06-18 15:09:09 +00:00
committed by GitHub
parent 6f9b6ef254
commit 5cecdd4359
4 changed files with 36 additions and 35 deletions

View File

@@ -11,6 +11,7 @@ extern crate http;
extern crate http_content_range;
extern crate indicatif;
extern crate int_enum;
extern crate itertools;
extern crate json;
#[macro_use]
extern crate lazy_static;