Files
reth/crates/era-utils/tests/it/main.rs
2025-04-28 20:07:28 +00:00

6 lines
118 B
Rust

//! Root module for test modules, so that the tests are built into a single binary.
mod history;
const fn main() {}