diff options
-rw-r--r-- | lib/jid.ml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ type t = { localpart : string option; domainpart : string; resourcepart : string option; - } + } [@@deriving show { with_path = false }] exception InvalidUTF8 |