1
0
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:
Björn Steinbrink 2020-02-11 16:25:11 +01:00
parent e68ec39bd7
commit 3e17ad9a4e

View File

@ -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;