mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-12 05:45:06 +00:00
lints
This commit is contained in:
parent
02e950bf56
commit
c18ba6e5b0
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
||||||
unused_variables,
|
unused_variables,
|
||||||
clippy::needless_pass_by_value,
|
clippy::needless_pass_by_value,
|
||||||
clippy::unused_async,
|
clippy::unused_async,
|
||||||
|
clippy::diverging_sub_expression,
|
||||||
|
unused_mut,
|
||||||
|
clippy::let_unit_value,
|
||||||
|
clippy::needless_pass_by_ref_mut,
|
||||||
reason = "TODO: remove after v1.0.0"
|
reason = "TODO: remove after v1.0.0"
|
||||||
)]
|
)]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue