Fix clippy (#620)
This commit is contained in:
parent
40cc0b15b4
commit
47487f0be7
@ -23,6 +23,8 @@ pub struct MockQc {
|
|||||||
count_votes: usize,
|
count_votes: usize,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Debug, thiserror::Error)]
|
||||||
|
#[error("{0}")]
|
||||||
pub struct Error(String);
|
pub struct Error(String);
|
||||||
|
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user