Skip to content

Commit

Permalink
fix: Replace Int.Map.to_list with Int.Map.bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
gridbugs committed Nov 29, 2024
1 parent 6f1be40 commit 8998857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/climate/spec.ml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module Positional = struct

let help_entries { all_above_inclusive; others_by_index } =
let fixed =
Int.Map.to_list others_by_index
Int.Map.bindings others_by_index
|> List.map ~f:snd
|> List.map ~f:help_entry_of_single_arg
in
Expand Down

0 comments on commit 8998857

Please sign in to comment.