mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-02 04:34:32 +02:00
Use re-exported bytes
items from instead of using them directly (#139)
This commit is contained in:
@ -3,7 +3,7 @@ use std::fmt;
|
||||
use std::str;
|
||||
|
||||
use actix_web::http::header::{HeaderValue, IntoHeaderValue, InvalidHeaderValue};
|
||||
use bytes::{BufMut, BytesMut};
|
||||
use actix_web::web::{BufMut, BytesMut};
|
||||
|
||||
use crate::headers::authorization::errors::ParseError;
|
||||
use crate::headers::authorization::Scheme;
|
||||
|
Reference in New Issue
Block a user