Update example.

This commit is contained in:
Sergio Benitez 2016-03-14 20:46:55 -07:00
parent ad08fe1d04
commit 4d4985a0e7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ does, the following will be the canonical "Hello, world!" example:
#![plugin(rocket_macros)]
extern crate rocket;
use rocket::{Rocket, Request, Response, Method, Route};
use rocket::Rocket;
#[route(GET, path = "/hello")]
fn hello() -> &'static str {