mirror of
https://github.com/ClementTsang/bottom.git
synced 2024-11-13 08:50:58 +03: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>,
|
||||
}
|
||||
|
||||
#[derive(PartialEq)]
|
||||
#[derive(PartialEq, Eq)]
|
||||
pub enum KillSignal {
|
||||
Cancel,
|
||||
Kill(usize),
|
||||
|
Loading…
Reference in New Issue
Block a user