mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04: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() {}
|