mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
clippy fixes from 1.69.0
This commit is contained in:
@@ -206,7 +206,7 @@ impl TableDemo {
|
||||
}
|
||||
}
|
||||
body.heterogeneous_rows(
|
||||
(0..self.num_rows).into_iter().map(row_thickness),
|
||||
(0..self.num_rows).map(row_thickness),
|
||||
|row_index, mut row| {
|
||||
row.col(|ui| {
|
||||
ui.label(row_index.to_string());
|
||||
|
||||
Reference in New Issue
Block a user