1 2 3 4 5 6
use cargo_pretty_test::fetch::run; use std::process::ExitCode; fn main() -> ExitCode { run() }