1 2 3 4 5 6 7 8
#![warn(rust_2018_idioms)] use git_todo::write_since; fn main() { write_since(&mut std::io::stdout()); }