• Bastian Köcher's avatar
    Require `fn` token in `decl_storage` `get` (#5717) · 20f211a6
    Bastian Köcher authored
    * 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`
    20f211a6