mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Fix some minor clippy lints from the future
This commit is contained in:
@@ -439,7 +439,7 @@ impl<'a> TableBuilder<'a> {
|
||||
}
|
||||
|
||||
/// Reset all column widths.
|
||||
pub fn reset(&mut self) {
|
||||
pub fn reset(&self) {
|
||||
let state_id = self.ui.id().with(self.id_salt);
|
||||
TableState::reset(self.ui, state_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user