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
In briansmith/ring#285 (comment), @pietro wrote:
BTW, currently clippy warns about lack of backticks on documentation [...]. Some of the things clippy warns about are definitively wrong, like SpecialPublications in http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-56Ar2.pdf
Example:
/// See [NIST SP 800-56A, revision 2]. /// /// [NIST SP 800-56A, revision 2]: /// http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-56Ar2.pdf fn foo() { }
The text was updated successfully, but these errors were encountered:
I believe it's the same as https://github.com/Manishearth/rust-clippy/issues/902
Sorry, something went wrong.
Thanks! I'll move my comment over there. This should be marked as a duplicate.
No branches or pull requests
In briansmith/ring#285 (comment), @pietro wrote:
Example:
The text was updated successfully, but these errors were encountered: