2026-07-15 12:18:32 -03:00

10 lines
170 B
Rust

#![expect(
clippy::shadow_unrelated,
clippy::tests_outside_test_module,
reason = "We don't care about these in tests"
)]
mod build;
mod private;
mod public;