Removed warnings
All checks were successful
Rust / build_and_test (push) Successful in 23s

This commit is contained in:
Lukas Wölfer
2025-07-27 18:20:18 +02:00
parent 09ea73a65a
commit a52acc6daf
4 changed files with 7 additions and 9 deletions

View File

@@ -58,7 +58,6 @@ impl Card {
result.field[current_field] = field;
current_field += 1;
}
for c in text.chars() {}
result
}
}