Fix clippy (#620)

This commit is contained in:
Al Liu 2024-03-21 23:46:16 +08:00 committed by GitHub
parent 40cc0b15b4
commit 47487f0be7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ pub struct MockQc {
count_votes: usize,
}
#[derive(Debug, thiserror::Error)]
#[error("{0}")]
pub struct Error(String);
#[derive(Clone, Debug)]