Skip to content

Commit abb5167

Browse files
author
cht
committed
remove useless line
1 parent f76c73e commit abb5167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extern crate base64;
1+
//extern crate base64;
22
use reqwest::Result;
33
pub fn ascii_to_char(code: u8) -> char {
44
std::char::from_u32(code as u32).unwrap_or('_')

0 commit comments

Comments
 (0)