review comment coverage

This commit is contained in:
Vladimir Komendantskiy 2018-06-14 12:28:38 +01:00
parent 28ec3c5824
commit 36c32822ed
1 changed files with 1 additions and 1 deletions

2
mod.rs
View File

@ -70,7 +70,7 @@ impl<E: Engine> PublicKey<E> {
}
/// A signature, or a signature share.
#[derive(Clone, PartialOrd)]
#[derive(Clone)]
pub struct Signature<E: Engine>(E::G2);
impl<E: Engine> fmt::Debug for Signature<E> {