Skip to content

Commit

Permalink
chore(todo): remove finished TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjani committed Apr 25, 2021
1 parent d4c4ec3 commit 9eac464
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/gooseberry/knowledge_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ impl Gooseberry {
raw_annotations: inner_annotations,
};
// TODO: check if nested tags work on Windows
// TODO: add tests for nested tags
if let Some(prefix) = path.parent() {
fs::create_dir_all(prefix)?;
}
Expand Down
1 change: 0 additions & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use url::Url;
use crate::errors::Apologize;

/// ASCII code of semicolon
/// TODO: Tag cannot have semicolon in it, remember to add this to the README
pub const SEMICOLON: u8 = 59;

/// Makes `DateTime` from a string, can be colloquial like "last Friday 8pm"
Expand Down

0 comments on commit 9eac464

Please sign in to comment.