mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Use a lot more let-else (#7582)
This commit is contained in:
@@ -336,5 +336,5 @@ fn long_text(row_index: usize) -> String {
|
||||
}
|
||||
|
||||
fn thick_row(row_index: usize) -> bool {
|
||||
row_index % 6 == 0
|
||||
row_index.is_multiple_of(6)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user