mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-21 12:45:05 +02:00
clippy: fix clippy eq warning
This commit is contained in:
parent
83284e2dba
commit
56bb3657a4
@ -37,7 +37,7 @@ pub struct CanvasTableWidthState {
|
|||||||
pub calculated_column_widths: Vec<u16>,
|
pub calculated_column_widths: Vec<u16>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(PartialEq)]
|
#[derive(PartialEq, Eq)]
|
||||||
pub enum KillSignal {
|
pub enum KillSignal {
|
||||||
Cancel,
|
Cancel,
|
||||||
Kill(usize),
|
Kill(usize),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user