8 lines
97 B
Rust
8 lines
97 B
Rust
|
extern crate chain;
|
||
|
|
||
|
#[cfg(test)]
|
||
|
mod tests {
|
||
|
use chain::{BeaconChain, BeaconChainError};
|
||
|
|
||
|
}
|