Skip to content

Commit

Permalink
Add TODO(#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 21, 2021
1 parent 701754c commit e0b72ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fn list_transfer(list_dst: &mut Vec<String>, list_src: &mut Vec<String>, list_sr
// TODO(#3): delete items
// TODO(#4): edit the items
// TODO(#5): keep track of date when the item was DONE
// TODO: undo system
// TODO(#6): undo system

fn main() {
initscr();
Expand Down

0 comments on commit e0b72ca

Please sign in to comment.