Skip to content

Commit

Permalink
refactor: make [Dune_project.version] hidden (#8510)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg authored Aug 26, 2023
1 parent e2d1d96 commit 863cc0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/dune_rules/dune_project.ml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ type t =
let equal = ( == )
let hash = Poly.hash
let packages t = t.packages
let version t = t.version
let name t = t.name
let root t = t.root
let stanza_parser t = t.stanza_parser
Expand Down
1 change: 0 additions & 1 deletion src/dune_rules/dune_project.mli
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ end
val to_dyn : t -> Dyn.t
val file_key : t -> File_key.t
val packages : t -> Package.t Package.Name.Map.t
val version : t -> string option
val name : t -> Name.t
val root : t -> Path.Source.t
val stanza_parser : t -> Dune_lang.Stanza.t list Dune_lang.Decoder.t
Expand Down

0 comments on commit 863cc0c

Please sign in to comment.