Skip to content

Commit

Permalink
refactor(pkg): remove [diagnostics] alias (#11339)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg authored Jan 19, 2025
1 parent 0d0c7b6 commit 1b8fc4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dune_pkg/opam_solver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -632,11 +632,9 @@ module Solver = struct
;;
end

type diagnostics = S.lit

type selection =
{ impl : Input.Impl.t (** The implementation chosen to fill the role *)
; diagnostics : diagnostics (** Extra information useful for diagnostics *)
; diagnostics : S.lit (** Extra information useful for diagnostics *)
}

module Conflict_classes = struct
Expand Down

0 comments on commit 1b8fc4e

Please sign in to comment.