clippy
This commit is contained in:
parent
75fadb3aff
commit
88293898f6
@ -125,7 +125,7 @@ impl<'a> Digit<'a> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> Widget for Digit<'a> {
|
impl Widget for Digit<'_> {
|
||||||
fn render(self, area: Rect, buf: &mut Buffer) {
|
fn render(self, area: Rect, buf: &mut Buffer) {
|
||||||
let left = area.left();
|
let left = area.left();
|
||||||
let top = area.top();
|
let top = area.top();
|
||||||
@ -183,7 +183,7 @@ impl<'a> Dot<'a> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> Widget for Dot<'a> {
|
impl Widget for Dot<'_> {
|
||||||
fn render(self, area: Rect, buf: &mut Buffer) {
|
fn render(self, area: Rect, buf: &mut Buffer) {
|
||||||
let positions = [
|
let positions = [
|
||||||
Position {
|
Position {
|
||||||
@ -214,7 +214,7 @@ impl<'a> Colon<'a> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> Widget for Colon<'a> {
|
impl Widget for Colon<'_> {
|
||||||
fn render(self, area: Rect, buf: &mut Buffer) {
|
fn render(self, area: Rect, buf: &mut Buffer) {
|
||||||
let left = area.left();
|
let left = area.left();
|
||||||
let top = area.top();
|
let top = area.top();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user