Fix Clippy warnings for 1.83 (#429)
This commit is contained in:
@@ -184,7 +184,7 @@ impl<'a> Space<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> StatefulWidget for Space<'a> {
|
||||
impl StatefulWidget for Space<'_> {
|
||||
type State = SpaceState;
|
||||
|
||||
fn render(self, area: Rect, buffer: &mut Buffer, state: &mut Self::State) {
|
||||
|
||||
Reference in New Issue
Block a user