runt/printer/
mod.rs

1//! Module to generate diffs when the test result and the contents of the
2//! expect file do not match.
3mod diff;
4
5pub use diff::gen_diff;