diff options
| author | Adelyn Breedlove <[email protected]> | 2019-02-12 19:49:33 +0000 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-02-12 19:49:33 +0000 |
| commit | b245933103d84a4320a9b21f0faaf84a11a2886b (patch) | |
| tree | b5ff6275e4053971d4f0d524cf39bd1310af4e67 /lib/cache.ml | |
| parent | Random useless command in the test bot (diff) | |
| download | disml-b245933103d84a4320a9b21f0faaf84a11a2886b.tar.xz disml-b245933103d84a4320a9b21f0faaf84a11a2886b.zip | |
Fix opam dependencies and revert changes
Diffstat (limited to 'lib/cache.ml')
| -rw-r--r-- | lib/cache.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cache.ml b/lib/cache.ml index 50d431c..2571b34 100644 --- a/lib/cache.ml +++ b/lib/cache.ml @@ -1,5 +1,5 @@ -open Async
open Core
+open Async
module ChannelMap = Map.Make(Channel_id_t)
module GuildMap = Map.Make(Guild_id_t)
|