remove recursion limit (#3348)
According to the
[doc](https://doc.rust-lang.org/reference/attributes/limits.html), the
default is 128, so no point to specify limit with 128
Co-authored-by:
Bastian Köcher <git@kchr.de>
Showing
- substrate/client/executor/src/lib.rs 0 additions, 1 deletionsubstrate/client/executor/src/lib.rs
- substrate/frame/collective/src/lib.rs 0 additions, 1 deletionsubstrate/frame/collective/src/lib.rs
- substrate/frame/core-fellowship/src/lib.rs 0 additions, 1 deletionsubstrate/frame/core-fellowship/src/lib.rs
- substrate/frame/ranked-collective/src/lib.rs 0 additions, 1 deletionsubstrate/frame/ranked-collective/src/lib.rs
- substrate/frame/salary/src/lib.rs 0 additions, 1 deletionsubstrate/frame/salary/src/lib.rs
- substrate/frame/support/procedural/tools/derive/src/lib.rs 0 additions, 2 deletionssubstrate/frame/support/procedural/tools/derive/src/lib.rs
Please register or sign in to comment