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

Add a way to browse the code where a lint is suppressed #1

Closed
dtolnay opened this issue Sep 13, 2021 · 0 comments · Fixed by #4
Closed

Add a way to browse the code where a lint is suppressed #1

dtolnay opened this issue Sep 13, 2021 · 0 comments · Fixed by #4
Labels
help wanted Extra attention is needed

Comments

@dtolnay
Copy link
Owner

dtolnay commented Sep 13, 2021

Rendering an html page per lint, with links to docs.rs's code browser, would be sufficient I think.

We can show a few lines as a preview (similar to grep.app) and then link to e.g. https://docs.rs/crate/crossbeam-channel/0.5.1/source/src/err.rs#:~:text=clippy::trivially_copy_pass_by_ref for the full code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant