mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-04-19 11:46:50 +00:00
refactor: replace wildcard match with Ordering::Equal
This commit is contained in:
parent
bf90738dc6
commit
cd58cdba93
@ -368,7 +368,7 @@ impl OnkostarEditor {
|
|||||||
);
|
);
|
||||||
has_diff = true;
|
has_diff = true;
|
||||||
}
|
}
|
||||||
_ => {
|
Ordering::Equal => {
|
||||||
if strict && entry_a.get_hash() != entry_b.get_hash() {
|
if strict && entry_a.get_hash() != entry_b.get_hash() {
|
||||||
println!(
|
println!(
|
||||||
"{}: {} (z.B. GUID oder Reihenfolge von Unterelementen)",
|
"{}: {} (z.B. GUID oder Reihenfolge von Unterelementen)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user