Skip to content

Commit

Permalink
Update src/model/error.mli
Browse files Browse the repository at this point in the history
Co-authored-by: Paul-Elliot Anglès d'Auriac <[email protected]>
  • Loading branch information
jonludlam and panglesd committed Feb 21, 2025
1 parent 2f82d57 commit 62dd75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/error.mli
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ val catch_errors_and_warnings : (unit -> 'a) -> 'a with_errors_and_warnings
type warnings_options = {
warn_error : bool; (** If [true], warnings will result in an error. *)
print_warnings : bool; (** Whether to print warnings. *)
warnings_tag : string option; (** Whether to tag references. *)
warnings_tag : string option; (** Whether to tag references to filter them later. *)
}

val handle_warnings :
Expand Down

0 comments on commit 62dd75c

Please sign in to comment.