Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #643 from ethcore/fix-warning
Browse files Browse the repository at this point in the history
fix build warning
  • Loading branch information
arkpar committed Mar 9, 2016
2 parents abeb50b + 8a83e27 commit 095a397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ethcore/src/verification/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
pub mod verification;
pub mod verifier;
mod canon_verifier;
#[cfg(test)]
mod noop_verifier;

pub use self::verification::*;
pub use self::verifier::Verifier;
pub use self::canon_verifier::CanonVerifier;
#[cfg(test)]
pub use self::noop_verifier::NoopVerifier;

0 comments on commit 095a397

Please sign in to comment.