Skip to content

Commit

Permalink
Remove wrong TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Apr 16, 2021
1 parent 95b2779 commit 88bd267
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/storage-plus/src/indexed_snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use crate::snapshot::SnapshotMap;
use crate::{IndexList, Strategy};

/// IndexedSnapshotMap works like a SnapshotMap but has a secondary index
/// TODO: remove traits here and make this const fn new
pub struct IndexedSnapshotMap<'a, K, T, I>
where
K: PrimaryKey<'a>,
Expand All @@ -31,7 +30,6 @@ where
T: Serialize + DeserializeOwned + Clone,
I: IndexList<T>,
{
/// TODO: remove traits here and make this const fn new
pub fn new(
pk_namespace: &'a str,
checkpoints: &'a str,
Expand Down

0 comments on commit 88bd267

Please sign in to comment.