From bd6c41b0507b7cf460f1c789f9800501d9390788 Mon Sep 17 00:00:00 2001 From: Clombrong Date: Tue, 1 Jul 2025 21:28:38 +0200 Subject: feat(jid): derive Show for Jids --- lib/jid.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3