Skip to content

Commit

Permalink
chore: remove unnecessary todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Luboš Matejčík committed Aug 26, 2024
1 parent f68fbf8 commit f2ff380
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1260,13 +1260,6 @@ trait JsonFilterExt {
) -> Expression<'static>;
}

// TODO: case type
// #[derive(Debug, Clone, PartialEq, Eq, Hash)]
// pub enum Case {
// Sensitive,
// Insensitive,
// }

impl JsonFilterExt for (Expression<'static>, Expression<'static>) {
fn json_contains(
self,
Expand Down

0 comments on commit f2ff380

Please sign in to comment.