1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 17:46:38 +02:00

remove unused imports

This commit is contained in:
Nikolay Kim
2017-11-24 22:19:06 -08:00
parent 7569036dd4
commit 940bc08aba
2 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
#![allow(unused_imports, dead_code)]
use std::rc::Rc;
use std::string::ToString;
use std::collections::HashMap;