Skip to content

Commit 700103c

Browse files
committed
chore: remove old todo items
1 parent f508e64 commit 700103c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/data.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ use super::calculate_hash;
1212
mod data_iter;
1313
pub mod filter;
1414

15-
// TODO 1: Create access method that returns enum indicating value or not
16-
// TODO 2: Create an iterator that allows for selection of first fields to show if present
17-
1815
#[derive(serde::Deserialize, serde::Serialize, Default, Debug, PartialEq, Eq)]
1916
#[serde(default)]
2017
pub struct Data {

0 commit comments

Comments
 (0)