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

Intraconv shouldn't convert links to primitives #35

Closed
jyn514 opened this issue Dec 1, 2020 · 1 comment
Closed

Intraconv shouldn't convert links to primitives #35

jyn514 opened this issue Dec 1, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@jyn514
Copy link
Contributor

jyn514 commented Dec 1, 2020

Not sure how hard this is to implement - maybe not so bad since the HTML file has primitive in the name?

/home/joshua/src/rust/rust-clippy/clippy_lints/src/empty_enum.rs
================================================================

   16:  "    /// For further information visit [never type documentation](https://doc.rust-lang.org/std/primitive.never.html)"
        "    /// For further information visit [never type documentation](std::never)"
@jyn514
Copy link
Contributor Author

jyn514 commented Dec 1, 2020

I guess this could also be seen as a bug in rustdoc (rust-lang/rust#63351). But I don't think I'd expect std::never to work even if rust-lang/rust#63351 were fixed.

@poliorcetics poliorcetics added the bug Something isn't working label Dec 1, 2020
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

No branches or pull requests

2 participants