1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-31 19:37:00 +02:00

silence AsciiExt deprecation warn

This commit is contained in:
Nikolay Kim
2018-03-26 16:12:25 -07:00
parent 68cf32e848
commit 052d5f0bc5
3 changed files with 4 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ macro_rules! test_header {
($id:ident, $raw:expr) => {
#[test]
fn $id() {
#[allow(unused)]
#[allow(unused, deprecated)]
use std::ascii::AsciiExt;
use test;
let raw = $raw;