commit 86d1e49a2171cca5c545436ba30b49b15a7c0120
parent 76fcc5bce7fd95f649cc39f56eefc4939c549193
Author: Jonas Platte <jplatte+git@posteo.de>
Date: Sun, 4 Aug 2019 18:11:24 +0200
Another fixup for macro crate rename
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib.rs b/src/lib.rs
@@ -21,7 +21,7 @@ use url::Url;
type AnyMap = anymap::Map<dyn CloneAny + Send + Sync>;
type HandlerFnMap = HashMap<&'static str, Box<dyn CommandHandler>>;
-pub use ruma_bot_macro::command_handler;
+pub use ruma_bot_macros::command_handler;
mod state;
mod util;