1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-27 10:39:03 +02:00

Remove unneeded actix-utils dependency

This commit is contained in:
Nikolay Kim
2019-07-20 10:50:36 +06:00
parent f8320fedd8
commit 941241c5f0
5 changed files with 15 additions and 16 deletions

View File

@ -26,7 +26,7 @@
//! ```
#![allow(non_snake_case)]
use actix_http::http::{self, header, HttpTryFrom, uri::Uri};
use actix_http::http::{self, header, uri::Uri, HttpTryFrom};
use actix_http::RequestHead;
/// Trait defines resource guards. Guards are used for routes selection.