refact: unncessary wraps

This commit is contained in:
steven-omaha
2023-06-02 14:02:12 +02:00
parent 89fc17c473
commit c3f73cb4fa
4 changed files with 15 additions and 9 deletions
+1
View File
@@ -13,6 +13,7 @@ Procedural macros for `pacdef`.
clippy::option_if_let_else,
clippy::redundant_pub_crate,
clippy::semicolon_if_nothing_returned,
clippy::unnecessary_wraps,
clippy::unused_self,
clippy::unwrap_used,
clippy::use_debug,