aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
blob: 2648353e53e8f90a9176657f94ee0cb76dd5c6de (plain)
1
2
3
4
5
6
7
8
#![warn(rust_2018_idioms)]

use git_todo::write_since;


fn main() {
    write_since();
}