Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-15 | main.rs: Fix 101-removed-todo-lines-not-included test | Teddy Wing | |
The `new_lineno()` is `None` when the line was removed. Ignoring removed lines allows us to leave out removed TODOs. | |||
2020-09-15 | src/main.rs: Print TODO lines between master...workdir | Teddy Wing | |
Look for TODO lines since the "master" branch. For each TODO line, print the file it's in, its line number, and the line, à la grep. | |||
2020-09-14 | Initialise new Rust v1.46.0 project | Teddy Wing | |
With the following command: $ cargo init --bin |