mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-20 12:45:41 +02:00
silence AsciiExt deprecation warn
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#![allow(unused)]
|
||||
#![allow(unused, deprecated)]
|
||||
use std::fmt::{self, Display};
|
||||
use std::str::FromStr;
|
||||
use std::ascii::AsciiExt;
|
||||
|
||||
use self::Charset::*;
|
||||
|
||||
|
Reference in New Issue
Block a user