salsa/salsa-2022-tests/main.rs

9 lines
181 B
Rust
Raw Normal View History

2022-08-05 04:39:00 +00:00
//! This crate has the beginning of various unit tests on salsa 2022
//! code.
mod tracked_fn_on_input;
2022-08-05 04:41:00 +00:00
mod tracked_fn_on_tracked;
mod tracked_fn_on_tracked_specify;
2022-08-05 04:39:00 +00:00
fn main() {}