Skip to content

Commit

Permalink
chore: clean up derelict commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Aug 4, 2024
1 parent b60ad75 commit fce1605
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions serde_json_path_core/src/spec/selector/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,3 @@ impl Queryable for Index {
}
}
}

// impl From<isize> for Index {
// fn from(i: isize) -> Self {
// Self(i)
// }
// }

0 comments on commit fce1605

Please sign in to comment.