aboutsummaryrefslogtreecommitdiff
path: root/lib/client.mli
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-31 15:11:11 -0700
committerAdelyn Breelove <[email protected]>2019-01-31 15:11:11 -0700
commit982d860120d71f454d3f1da9e562eadc9d3d95fc (patch)
tree69fb7d0a12c24a7c8ca8c2b60e6bb6b9da0f0810 /lib/client.mli
parentCorrect reaction deserialize (diff)
downloaddisml-982d860120d71f454d3f1da9e562eadc9d3d95fc.tar.xz
disml-982d860120d71f454d3f1da9e562eadc9d3d95fc.zip
Minor updates
Diffstat (limited to 'lib/client.mli')
-rw-r--r--lib/client.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/client.mli b/lib/client.mli
index 346ce1a..0b855e8 100644
--- a/lib/client.mli
+++ b/lib/client.mli
@@ -1,6 +1,5 @@
open Async
-include module type of Client_options
include module type of Dispatch
(** Type of the Client, it isn't recommended to access the fields directly. *)