Fix compiler warnings

This commit is contained in:
Greg Fitzgerald
2018-06-26 15:43:20 -06:00
committed by Grimes
parent 136b43f461
commit 05edfad13a
3 changed files with 8 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ pub mod bank;
pub mod banking_stage;
pub mod blob_fetch_stage;
pub mod budget;
mod choose_gossip_peer_strategy;
pub mod choose_gossip_peer_strategy;
pub mod crdt;
pub mod drone;
pub mod entry;