mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 18:09:22 +02:00
add path and query extractors
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
#![allow(unused)]
|
||||
use std::fmt::{self, Display};
|
||||
use std::str::FromStr;
|
||||
use std::ascii::AsciiExt;
|
||||
|
||||
use self::Charset::*;
|
||||
|
||||
|
Reference in New Issue
Block a user