1
0
mirror of https://github.com/actix/actix-website synced 2025-02-02 04:09:06 +01:00

Removes erroneous comment

This commit is contained in:
Cameron Dershem 2019-06-12 04:55:56 -04:00
parent 8aa39e1afb
commit 4c398feed7

View File

@ -35,7 +35,6 @@ Filename: `src/main.rs`
{{< include-example example="getting-started" section="setup" >}}
<!-- TODO: Return ->
Next, create an `Application` instance and register the request handler with
the application's `resource` on a particular *HTTP method* and *path* and
after that, the application instance can be used with `HttpServer` to listen