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.ml | |
| parent | Correct reaction deserialize (diff) | |
| download | disml-982d860120d71f454d3f1da9e562eadc9d3d95fc.tar.xz disml-982d860120d71f454d3f1da9e562eadc9d3d95fc.zip | |
Minor updates
Diffstat (limited to 'lib/client.ml')
| -rw-r--r-- | lib/client.ml | 1 |
1 files changed, 0 insertions, 1 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 = {
|