90cef1db86
## Proposed Changes Two tiny updates to satisfy Clippy 1.68 Plus refactoring of the `http_api` into less complex types so the compiler can chew and digest them more easily. Co-authored-by: Michael Sproul <michael@sigmaprime.io>
7 lines
142 B
Rust
7 lines
142 B
Rust
#![cfg(not(debug_assertions))] // Tests are too slow in debug.
|
|
|
|
pub mod common;
|
|
pub mod fork_tests;
|
|
pub mod interactive_tests;
|
|
pub mod tests;
|