mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
Remove unneeded single path import
Imports with a single path component are useless.
This commit is contained in:
parent
e68ec39bd7
commit
3e17ad9a4e
@ -5,7 +5,6 @@ use std::str;
|
||||
use actix_web::http::header::{
|
||||
HeaderValue, IntoHeaderValue, InvalidHeaderValue,
|
||||
};
|
||||
use base64;
|
||||
use bytes::{BufMut, BytesMut};
|
||||
|
||||
use crate::headers::authorization::errors::ParseError;
|
||||
|
Loading…
Reference in New Issue
Block a user