aboutsummaryrefslogtreecommitdiff
path: root/lib/http/rl.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http/rl.mli')
-rw-r--r--lib/http/rl.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http/rl.mli b/lib/http/rl.mli
index 973f02f..a0facb3 100644
--- a/lib/http/rl.mli
+++ b/lib/http/rl.mli
@@ -11,7 +11,7 @@ type rl = {
limit: int;
remaining: int;
reset: int;
-}
+} [@@deriving sexp]
(** Type representing the specific case of {!RouteMap}. *)
type t = ((rl, read_write) Mvar.t) RouteMap.t