allow dead code temporarily

This commit is contained in:
Robert Habermeier 2016-11-09 18:05:56 +01:00
parent 25d5efac15
commit 6c23d53f04
2 changed files with 3 additions and 1 deletions

View File

@ -28,6 +28,9 @@
//! It starts by performing a header-only sync, verifying random samples //! It starts by performing a header-only sync, verifying random samples
//! of members of the chain to varying degrees. //! of members of the chain to varying degrees.
// TODO: remove when integrating with parity.
#![allow(dead_code)]
pub mod client; pub mod client;
pub mod net; pub mod net;
pub mod provider; pub mod provider;

View File

@ -233,7 +233,6 @@ impl FlowParams {
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use super::*; use super::*;
use util::U256;
#[test] #[test]
fn should_serialize_cost_table() { fn should_serialize_cost_table() {