mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-25 12:05:42 +00:00
clippy: fix clippy eq warning
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ pub struct CanvasTableWidthState {
|
||||
pub calculated_column_widths: Vec<u16>,
|
||||
}
|
||||
|
||||
#[derive(PartialEq)]
|
||||
#[derive(PartialEq, Eq)]
|
||||
pub enum KillSignal {
|
||||
Cancel,
|
||||
Kill(usize),
|
||||
|
||||
Reference in New Issue
Block a user