mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 20:32:45 +00:00
8 lines
97 B
Rust
8 lines
97 B
Rust
extern crate chain;
|
|
|
|
#[cfg(test)]
|
|
mod tests {
|
|
use chain::{BeaconChain, BeaconChainError};
|
|
|
|
}
|