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

Rust: Auto rendered doc comments break some clippy doc lints #192

Open
leighmcculloch opened this issue Dec 2, 2023 · 0 comments
Open
Assignees
Labels

Comments

@leighmcculloch
Copy link
Member

The Rust generated code has doc comments that don't follow all the clippy rules. As such they generate warnings.

While it is unlikely we can always keep it perfectly in line with what clippy wants, some of the things right now do seem worth fixing.

These are the clippy lints being disabled we could fix:

https://github.com/stellar/rs-stellar-xdr/blob/935982807e572f01e40ac8a4208ab24930d3f0c4/src/lib.rs#L4-L7

@leighmcculloch leighmcculloch self-assigned this Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant