add lint semicolon if nothing returned

This commit is contained in:
steven-omaha
2023-02-15 11:53:41 +01:00
parent 230e631fe8
commit 4358323ad5
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ This library contains all logic that happens in `pacdef` under the hood.
clippy::as_conversions,
clippy::option_if_let_else,
clippy::redundant_pub_crate,
clippy::semicolon_if_nothing_returned,
clippy::unused_self,
clippy::unwrap_used,
clippy::use_debug,