Tidy bin/lib business

This commit is contained in:
Paul Hauner
2020-01-29 14:05:25 +11:00
parent e1c32e1489
commit d726248273
2 changed files with 2 additions and 9 deletions

View File

@@ -1,12 +1,4 @@
#[allow(dead_code)]
mod error;
mod fork_choice_test_definition;
mod proto_array;
#[allow(dead_code)]
mod proto_array_fork_choice;
mod ssz_container;
pub use fork_choice_test_definition::*;
use proto_array_fork_choice::fork_choice_test_definition::*;
use serde_yaml;
use std::fs::File;

View File

@@ -1,4 +1,5 @@
mod error;
pub mod fork_choice_test_definition;
mod proto_array;
mod proto_array_fork_choice;
mod ssz_container;