1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01:00
actix-web/actix-web-codegen
Igor Gnatenko 7753b9da6d web-codegen: Add extra-traits to syn features (#879)
```rust
error[E0277]: `syn::attr::NestedMeta` doesn't implement `std::fmt::Debug`
   --> src/route.rs:149:57
    |
149 |                 attr => panic!("Unknown attribute{:?}", attr),
    |                                                         ^^^^ `syn::attr::NestedMeta` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug`
    |
    = help: the trait `std::fmt::Debug` is not implemented for `syn::attr::NestedMeta`
    = note: required because of the requirements on the impl of `std::fmt::Debug` for `&syn::attr::NestedMeta`
    = note: required by `std::fmt::Debug::fmt`
```
2019-06-01 14:13:45 +06:00
..
src Rename RouterConfig to ServiceConfig 2019-04-15 07:32:49 -07:00
tests fix resource match with params #841 2019-05-15 10:31:40 -07:00
Cargo.toml web-codegen: Add extra-traits to syn features (#879) 2019-06-01 14:13:45 +06:00
CHANGES.md update changes 2019-05-18 10:47:08 -07:00
README.md alpha.1 release 2019-03-28 13:46:26 -07:00

Macros for actix-web framework Build Status codecov crates.io Join the chat at https://gitter.im/actix/actix