Skip to content

Commit 00ccfd7

Browse files
author
Blake Jacobs
committed
Fixed the detection
1 parent d7d902c commit 00ccfd7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/main.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ use futures::{stream::FuturesUnordered, StreamExt};
55
use governor::{Quota, RateLimiter};
66
use regex::Regex;
77
use reqwest::redirect;
8-
use tokio::{
9-
runtime::Builder,
10-
task,
11-
};
8+
use tokio::{runtime::Builder, task};
129

1310
use async_std::io;
1411
use async_std::io::prelude::*;

0 commit comments

Comments
 (0)