diff --git a/examples/hello/src/main.rs b/examples/hello/src/main.rs index 0de7b074..bdc22328 100644 --- a/examples/hello/src/main.rs +++ b/examples/hello/src/main.rs @@ -61,5 +61,4 @@ fn rocket() -> _ { .mount("/", routes![hello]) .mount("/hello", routes![world, mir]) .mount("/wave", routes![wave]) - .attach(rocket::shield::Shield::new()) }