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

Commit

Permalink
Fixing compilation on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Drwięga committed Nov 28, 2016
1 parent 2b3d100 commit 3868ad2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions util/src/journaldb/archivedb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ mod tests {
#![cfg_attr(feature="dev", allow(similar_names))]

use common::*;
use hashdb::HashDB;
use super::*;
use journaldb::traits::JournalDB;
use kvdb::Database;
Expand Down
1 change: 1 addition & 0 deletions util/src/journaldb/earlymergedb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ mod tests {
#![cfg_attr(feature="dev", allow(similar_names))]

use common::*;
use hashdb::HashDB;
use super::*;
use super::super::traits::JournalDB;
use log::init_log;
Expand Down
1 change: 1 addition & 0 deletions util/src/journaldb/overlayrecentdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ mod tests {

use common::*;
use super::*;
use hashdb::HashDB;
use log::init_log;
use journaldb::JournalDB;
use kvdb::Database;
Expand Down
1 change: 1 addition & 0 deletions util/src/journaldb/refcounteddb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ mod tests {
#![cfg_attr(feature="dev", allow(similar_names))]

use common::*;
use hashdb::HashDB;
use super::*;
use super::super::traits::JournalDB;

Expand Down

0 comments on commit 3868ad2

Please sign in to comment.