Fix findings from cargo clippy.

This commit is contained in:
Jacob Hoffman-Andrews
2020-06-12 21:17:58 -07:00
committed by Martin Algesten
parent b4c15eef2c
commit 378ef57636
4 changed files with 10 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
use std::io::{Result as IoResult, Write};
use std::sync::{Arc, Mutex};
use base64;
use qstring::QString;
use url::Url;