Clippy: Derive Copy for appnotif::UndoState
This commit is contained in:
parent
bd12b09cbc
commit
41073615e9
@ -5,7 +5,7 @@ use gtk::prelude::*;
|
||||
use std::cell::RefCell;
|
||||
use std::rc::Rc;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum UndoState {
|
||||
Shown,
|
||||
Hidden,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user