Skip to content

Commit

Permalink
Remove dead code warnings from test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornet committed Jan 15, 2020
1 parent 014793a commit 28d591c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chain/network/tests/churn_attack.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use actix::System;

use crate::runner::{Action, Runner};
pub use runner::{Action, Runner};

mod runner;

Expand Down
4 changes: 2 additions & 2 deletions chain/network/tests/routing.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use actix::System;

use crate::runner::{Action, Runner};
pub use runner::{Action, Runner};

pub mod runner;
mod runner;

#[test]
fn simple() {
Expand Down

0 comments on commit 28d591c

Please sign in to comment.