actix-web/actix-web-codegen/tests
Erik Johnston cb1a712296 Port over doc comments in route macros.
This allows documentation on the functions to appear in the generated
docs, e.g.:

```rust
/// The index page
async fn index() -> &'static str {
    "Hello!"
}
```
2021-02-23 23:10:16 +00:00
..
trybuild Port over doc comments in route macros. 2021-02-23 23:10:16 +00:00
test_macro.rs change rustfmt line width to 96 2021-02-11 23:03:17 +00:00
trybuild.rs Port over doc comments in route macros. 2021-02-23 23:10:16 +00:00