get_mut_unchecked missing from documentation
Rua opened this issue · comments
Rua commented
In the documentation for RestrictedStorage
, there is some example code that calls comps.get_mut_unchecked()
. But a search for get_mut_unchecked
in the documentation turns up nothing. What type is this defined on, and what type is comps
in this context? It should probably be documented.
Imbris commented
This appears to have been fixed by #700 which exposes PairedStorage
however this is not yet in a released version.
Imbris commented
Latest docs include this https://docs.rs/specs/0.18.0/specs/storage/struct.PairedStorage.html#method.get_mut_unchecked