mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-17 18:31:42 -05:00
6 lines
118 B
Rust
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() {}
|