Require `fn` token in `decl_storage` `get` (#5717)
* Require `fn` token in `decl_storage` `get` The `fn` token was already for quite some time as an optional parameter. It was introduced to make these functions better findable. This pr makes the `fn` token required. * Remove `GetterNoFnkeyword`
Showing
- substrate/frame/democracy/src/lib.rs 1 addition, 1 deletionsubstrate/frame/democracy/src/lib.rs
- substrate/frame/offences/src/lib.rs 1 addition, 1 deletionsubstrate/frame/offences/src/lib.rs
- substrate/frame/society/src/lib.rs 5 additions, 5 deletionssubstrate/frame/society/src/lib.rs
- substrate/frame/support/procedural/src/storage/parse.rs 1 addition, 1 deletionsubstrate/frame/support/procedural/src/storage/parse.rs
- substrate/frame/support/src/lib.rs 0 additions, 11 deletionssubstrate/frame/support/src/lib.rs
Please register or sign in to comment