We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
leighmcculloch
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: