This commit is contained in:
hinto.janai 2024-10-10 18:15:21 -04:00
parent 02e950bf56
commit c18ba6e5b0
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -9,6 +9,10 @@
unused_variables,
clippy::needless_pass_by_value,
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"
)]