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 @@ Main program for `pacdef`. All internal logic happens in [`pacdef_core`].
clippy::as_conversions, clippy::as_conversions,
clippy::option_if_let_else, clippy::option_if_let_else,
clippy::redundant_pub_crate, clippy::redundant_pub_crate,
clippy::semicolon_if_nothing_returned,
clippy::unused_self, clippy::unused_self,
clippy::unwrap_used, clippy::unwrap_used,
clippy::use_debug, clippy::use_debug,
+1
View File
@@ -6,6 +6,7 @@ This library contains all logic that happens in `pacdef` under the hood.
clippy::as_conversions, clippy::as_conversions,
clippy::option_if_let_else, clippy::option_if_let_else,
clippy::redundant_pub_crate, clippy::redundant_pub_crate,
clippy::semicolon_if_nothing_returned,
clippy::unused_self, clippy::unused_self,
clippy::unwrap_used, clippy::unwrap_used,
clippy::use_debug, clippy::use_debug,
+1
View File
@@ -5,6 +5,7 @@ Procedural macros for `pacdef`.
clippy::as_conversions, clippy::as_conversions,
clippy::option_if_let_else, clippy::option_if_let_else,
clippy::redundant_pub_crate, clippy::redundant_pub_crate,
clippy::semicolon_if_nothing_returned,
clippy::unused_self, clippy::unused_self,
clippy::unwrap_used, clippy::unwrap_used,
clippy::use_debug, clippy::use_debug,