diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/client.ml | 1 | ||||
| -rw-r--r-- | lib/client.mli | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/client.ml b/lib/client.ml index 8241046..a278d5a 100644 --- a/lib/client.ml +++ b/lib/client.ml @@ -1,5 +1,4 @@ open Async
-include Client_options
include Dispatch
type t = {
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. *)
|