allow dead code temporarily
This commit is contained in:
parent
25d5efac15
commit
6c23d53f04
@ -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;
|
||||||
|
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user