Fix import to AsyncBufReadExt
This commit is contained in:
parent
380dbb57a5
commit
62421df181
|
@ -1,8 +1,5 @@
|
|||
use super::dfa::{Cylon, Rule};
|
||||
use futures_util::{
|
||||
io::{AsyncBufRead, AsyncRead, BufReader, Result},
|
||||
AsyncBufReadExt,
|
||||
};
|
||||
use futures_util::io::{AsyncBufRead, AsyncBufReadExt, AsyncRead, BufReader, Result};
|
||||
use serde_derive::{Deserialize, Serialize};
|
||||
const UA_PREFIX: &str = "user-agent:";
|
||||
#[cfg(feature = "crawl-delay")]
|
||||
|
|
Loading…
Reference in New Issue