rpc_gen
macro should generate documentation for the *Module*RpcImpl struct.
#612
Labels
bug
Something isn't working
Background
The
rpc_gen
macro creates structures that lack documentation. As a result, we have to include#![allow(missing_docs)]
lint inquery.rs
.Task
The macro should generate documentation for the
*Module*RpcImpl
struct.The text was updated successfully, but these errors were encountered: