Skip to content

Commit

Permalink
Remove [`Msg of string] from Tar_unix.decode_error
Browse files Browse the repository at this point in the history
Co-authored-by: Calascibetta Romain <[email protected]>
Co-authored-by: Reynir Björnsson <[email protected]>
  • Loading branch information
3 people committed May 9, 2024
1 parent c24cd1b commit 576dcff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unix/tar_unix.mli
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ type decode_error = [
| `Fatal of Tar.error
| `Unix of Unix.error * string * string
| `Unexpected_end_of_file
| `Msg of string
]

type t
Expand Down

0 comments on commit 576dcff

Please sign in to comment.