diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-31 15:11:11 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-31 15:11:11 -0700 |
| commit | 982d860120d71f454d3f1da9e562eadc9d3d95fc (patch) | |
| tree | 69fb7d0a12c24a7c8ca8c2b60e6bb6b9da0f0810 /lib | |
| parent | Correct reaction deserialize (diff) | |
| download | disml-982d860120d71f454d3f1da9e562eadc9d3d95fc.tar.xz disml-982d860120d71f454d3f1da9e562eadc9d3d95fc.zip | |
Minor updates
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. *)
|