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
There are some unnecessary notations in clippy_lints like this:
clippy_lints
rust-clippy/clippy_lints/src/strings.rs
Line 373 in c4aeb32
This would come from clippy_dev/src/new_lint.rs:
clippy_dev/src/new_lint.rs
rust-clippy/clippy_dev/src/new_lint.rs
Line 333 in c4aeb32
Since lines like this are treated as document comment, these sentences are included in the Web page:
While most other items exclude this:
So I believe these unnecessary notations should be removed.
The text was updated successfully, but these errors were encountered:
remove unnecessary notations (#13801)
6a3ef93
fix #13799 changelog: none
Successfully merging a pull request may close this issue.
There are some unnecessary notations in
clippy_lints
like this:rust-clippy/clippy_lints/src/strings.rs
Line 373 in c4aeb32
This would come from
clippy_dev/src/new_lint.rs
:rust-clippy/clippy_dev/src/new_lint.rs
Line 333 in c4aeb32
Since lines like this are treated as document comment, these sentences are included in the Web page:
While most other items exclude this:
So I believe these unnecessary notations should be removed.
The text was updated successfully, but these errors were encountered: