review comment coverage

master
Vladimir Komendantskiy 7 years ago
parent 28ec3c5824
commit 36c32822ed
  1. 2
      mod.rs

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

Loading…
Cancel
Save