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 urls to every diagnostic #609

Open
Jake-Shadle opened this issue Feb 21, 2024 · 0 comments
Open

Add urls to every diagnostic #609

Jake-Shadle opened this issue Feb 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Jake-Shadle
Copy link
Member

Similarly to clippy eg.

error: `assert!(true)` will be optimized out by the compiler
  --> src/lib.rs:13:5
   |
13 |     assert!(true);
   |     ^^^^^^^^^^^^^
   |
   = help: remove it
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants

every diagnostic emitted by cargo-deny should have a url that points to helpful documentation.

@Jake-Shadle Jake-Shadle added the enhancement New feature or request label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant