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
We would like to enforce the lints listed under "steps" with forbid.
forbid
bad_style
const_err
dead_code
improper_ctypes
legacy_directory_ownership
non_shorthand_field_patterns
no_mangle_generic_items
overflowing_literals
path_statements
patterns_in_fns_without_body
plugin_as_library
private_in_public
safe_extern_statics
unconditional_recursion
unused
unused_allocation
unused_lifetimes
unused_comparisons
unused_parens
while_tru
branch: N/A
deny
warn
The text was updated successfully, but these errors were encountered:
Closing this in favor of #170.
Sorry, something went wrong.
rrbutani
No branches or pull requests
what
We would like to enforce the lints listed under "steps" with
forbid
.steps
bad_style
const_err
dead_code
improper_ctypes
legacy_directory_ownership
non_shorthand_field_patterns
no_mangle_generic_items
overflowing_literals
path_statements
patterns_in_fns_without_body
plugin_as_library
private_in_public
safe_extern_statics
unconditional_recursion
unused
unused_allocation
unused_lifetimes
unused_comparisons
unused_parens
while_tru
forbid
in each crate.where
branch: N/A
open questions
deny
orwarn
level?The text was updated successfully, but these errors were encountered: