Skip to content

Commit

Permalink
chore: Expose TopDocs::order_by_u64_field again (#2282)
Browse files Browse the repository at this point in the history
  • Loading branch information
ditsuke authored Jan 18, 2024
1 parent 108f30b commit e1d18b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collector/top_score_collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ impl TopDocs {
///
/// To comfortably work with `u64`s, `i64`s, `f64`s, or `date`s, please refer to
/// the [.order_by_fast_field(...)](TopDocs::order_by_fast_field) method.
fn order_by_u64_field(
pub fn order_by_u64_field(
self,
field: impl ToString,
order: Order,
Expand Down

0 comments on commit e1d18b5

Please sign in to comment.