Merge branch 'main' into var-interpolation

This commit is contained in:
tangowithfoxtrot
2025-01-26 14:36:45 -08:00
parent c4ace8c53f
commit 8d450dea5a
55 changed files with 103 additions and 58 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ impl<'a> LoadingBlock<'a> {
}
}
impl<'a> Widget for LoadingBlock<'a> {
impl Widget for LoadingBlock<'_> {
fn render(self, area: Rect, buf: &mut Buffer) {
self.render_loading_block(area, buf);
}