Clippy: Derive Copy for appnotif::UndoState

This commit is contained in:
Jordan Petridis 2018-05-16 19:54:07 +03:00
parent bd12b09cbc
commit 41073615e9
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -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,