Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Sep 27, 2022
1 parent e91874e commit 6adf461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postings/postings_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub(crate) fn serialize_postings(
| FieldType::Bool(_) => {}
FieldType::Bytes(_) => {}
FieldType::JsonObject(_) => {}
FieldType::Ip(_) => {} // TODO check
FieldType::Ip(_) => {}
}

let postings_writer = per_field_postings_writers.get_for_field(field);
Expand Down

0 comments on commit 6adf461

Please sign in to comment.