Skip to content

Commit

Permalink
Add TODO(#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 21, 2021
1 parent d4d9a02 commit a3c0efd
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 @@ -91,7 +91,7 @@ fn list_transfer(list_dst: &mut Vec<String>, list_src: &mut Vec<String>, list_sr

// TODO(#1): persist the state of the application
// TODO(#2): add new items to TODO
// TODO: delete items
// TODO(#3): delete items
// TODO: edit the items
// TODO: keep track of date when the item was DONE
// TODO: undo system
Expand Down

0 comments on commit a3c0efd

Please sign in to comment.