index
:
git-todo
master
Find recent TODO lines in a Git repository
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
();
}