-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update lints defintion and deny config #74
Conversation
@@ -1,4 +1,3 @@ | |||
#![deny(missing_docs)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is resulting in docs that state the obvious.
/// be billed in blocks of 5 minutes, so if 6 minutes is used, 10 minutes (2 | ||
/// blocks of step_size) will be billed | ||
/// blocks of `step_size`) will be billed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes are the result of running cargo clippy --fix
with doc_markdown=warn
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks!
clippy
warnings.Cargo.toml
.deny.toml
to the latest version.missing_docs
lint as it's resulting in obvious docs.