Fix Clippy warnings for 1.83 (#429)

This commit is contained in:
VAWVAW
2025-05-29 02:59:42 +00:00
committed by GitHub
parent fd3fef5c9e
commit 26802bab55
5 changed files with 13 additions and 13 deletions

View File

@@ -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) {