Skip to content

Commit

Permalink
make make functions actually non-default πŸ™„
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Nov 14, 2023
1 parent db1d452 commit 3f46137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compilerlib/pb_codegen_make.ml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ open Pb_codegen_util
let field_is_optional (r_field : Ot.record_field) : bool =
match r_field.rf_field_type with
| Rft_optional _ -> true
| _ -> true
| _ -> false

(** Obtain information about the fields *)
let fields_of_record { Ot.r_fields; _ } :
Expand Down

0 comments on commit 3f46137

Please sign in to comment.