misc: clippy: add redundant_else

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
Philipp Schuster
2025-11-18 12:30:49 +01:00
committed by Rob Bradford
parent d2b19bb969
commit a0b72dce22
10 changed files with 51 additions and 60 deletions
+1
View File
@@ -173,6 +173,7 @@ suspicious = "deny"
assertions_on_result_states = "deny"
manual_string_new = "deny"
map_unwrap_or = "deny"
redundant_else = "deny"
semicolon_if_nothing_returned = "deny"
undocumented_unsafe_blocks = "deny"
uninlined_format_args = "deny"