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/client.mli | |
| parent | Correct reaction deserialize (diff) | |
| download | disml-982d860120d71f454d3f1da9e562eadc9d3d95fc.tar.xz disml-982d860120d71f454d3f1da9e562eadc9d3d95fc.zip | |
Minor updates
Diffstat (limited to 'lib/client.mli')
| -rw-r--r-- | lib/client.mli | 1 |
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. *)
|