fix clippy warning

This commit is contained in:
Stephan Dilly 2020-05-10 10:10:15 +02:00
parent 8ef80945b0
commit 5b25abace5

View file

@ -24,6 +24,7 @@ struct Current {
hash: u64,
}
#[derive(Copy, Clone)]
enum ScrollType {
Up,
Down,