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

Wrong warnings about missing backticks in URLs #1508

Closed
briansmith opened this issue Feb 3, 2017 · 2 comments
Closed

Wrong warnings about missing backticks in URLs #1508

briansmith opened this issue Feb 3, 2017 · 2 comments

Comments

@briansmith
Copy link

briansmith commented Feb 3, 2017

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() { }
@Keats
Copy link

Keats commented Feb 4, 2017

@briansmith
Copy link
Author

Thanks! I'll move my comment over there. This should be marked as a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants