mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Tidy bin/lib business
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
mod error;
|
||||
pub mod fork_choice_test_definition;
|
||||
mod proto_array;
|
||||
mod proto_array_fork_choice;
|
||||
mod ssz_container;
|
||||
|
||||
Reference in New Issue
Block a user