aboutsummaryrefslogtreecommitdiff
path: root/lib/jid.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jid.ml')
-rw-r--r--lib/jid.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jid.ml b/lib/jid.ml
index ee74148..d7c2982 100644
--- a/lib/jid.ml
+++ b/lib/jid.ml
@@ -2,7 +2,7 @@ type t = {
localpart : string option;
domainpart : string;
resourcepart : string option;
- }
+ } [@@deriving show { with_path = false }]
exception InvalidUTF8