From cd58cdba93e4a71f621af3dca4cc9066770c37f7 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Sat, 14 Dec 2024 14:02:53 +0100 Subject: [PATCH] refactor: replace wildcard match with Ordering::Equal --- src/model/onkostar_editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/onkostar_editor.rs b/src/model/onkostar_editor.rs index 469841f..d7a3294 100644 --- a/src/model/onkostar_editor.rs +++ b/src/model/onkostar_editor.rs @@ -368,7 +368,7 @@ impl OnkostarEditor { ); has_diff = true; } - _ => { + Ordering::Equal => { if strict && entry_a.get_hash() != entry_b.get_hash() { println!( "{}: {} (z.B. GUID oder Reihenfolge von Unterelementen)",