mirror of https://github.com/rwf2/Rocket.git
Remove duplicate 'use' in 'helmet' tests.
This commit is contained in:
parent
fbcb99669e
commit
d8ada552c9
|
@ -13,7 +13,6 @@ mod helmet_tests {
|
|||
use rocket::http::{Status, uri::Uri};
|
||||
use rocket::local::{Client, LocalResponse};
|
||||
|
||||
use self::rocket_contrib::helmet::*;
|
||||
use self::rocket_contrib::helmet::*;
|
||||
use self::time::Duration;
|
||||
|
||||
|
|
Loading…
Reference in New Issue