-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support rustdoc::
lints
#8
Comments
Tool lints are checked by their respective tools. You need to use That shows a reason why Maybe |
There is also the problem that
|
You can do something like Another reason it'd be great to have all the intricacies handled by a tool like this 😁 |
Thanks @Nemo157, that works! |
Currently if I put
"rustdoc::missing_crate_level_docs"
inwarn
inCranky.toml
it does nothing.…though honestly I don't understand the rustdoc lints.
cargo clippy -- -D rustdoc::missing_crate_level_docs
runs without warnings when there are missing crate level docs.The text was updated successfully, but these errors were encountered: