Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpc_gen macro should generate documentation for the *Module*RpcImpl struct. #612

Closed
bkolad opened this issue Aug 2, 2023 · 0 comments · Fixed by #729
Closed

rpc_gen macro should generate documentation for the *Module*RpcImpl struct. #612

bkolad opened this issue Aug 2, 2023 · 0 comments · Fixed by #729
Assignees
Labels
bug Something isn't working

Comments

@bkolad
Copy link
Member

bkolad commented Aug 2, 2023

Background

The rpc_gen macro creates structures that lack documentation. As a result, we have to include #![allow(missing_docs)] lint in query.rs.

Task

The macro should generate documentation for the *Module*RpcImpl struct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants