Auto-generated docs prevent missing_docs
lint
#132
Labels
T1-FRAME
This PR/Issue is related to core FRAME, the framework.
missing_docs
lint
#132
Pallet
storage
items got some auto-generated docs introduced here.This makes
deny(missing_docs)
useless, since there are always the auto-generated docs. For example a map has this:Storage type is [StorageMap] with key type u8 and value type u16.
I think we should either:
The text was updated successfully, but these errors were encountered: