diff --git a/guide/src/qs_3.md b/guide/src/qs_3.md index 28841f894..84367a993 100644 --- a/guide/src/qs_3.md +++ b/guide/src/qs_3.md @@ -19,7 +19,6 @@ has same url path prefix: # fn index(req: HttpRequest) -> &'static str { # "Hello world!" # } - # fn main() { let app = Application::default("/prefix") .resource("/index.html", |r| r.method(Method::GET).handler(index))