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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 13 deletions

View file

@ -1284,7 +1284,7 @@ impl<'a> Scrollback<'a> {
}
}
impl<'a> StatefulWidget for Scrollback<'a> {
impl StatefulWidget for Scrollback<'_> {
type State = ScrollbackState;
fn render(self, area: Rect, buf: &mut Buffer, state: &mut Self::State) {