mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-17 08:33:30 +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::{
|
use actix_web::http::header::{
|
||||||
HeaderValue, IntoHeaderValue, InvalidHeaderValue,
|
HeaderValue, IntoHeaderValue, InvalidHeaderValue,
|
||||||
};
|
};
|
||||||
use base64;
|
|
||||||
use bytes::{BufMut, BytesMut};
|
use bytes::{BufMut, BytesMut};
|
||||||
|
|
||||||
use crate::headers::authorization::errors::ParseError;
|
use crate::headers::authorization::errors::ParseError;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user