From 3c2c1636a4621b06ea0b1a9730f1033cb5b42b0f Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Tue, 31 Dec 2019 00:07:54 +0600 Subject: [PATCH] Fix the docs --- src/dispatching/handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatching/handler.rs b/src/dispatching/handler.rs index fad633e2..36dbd337 100644 --- a/src/dispatching/handler.rs +++ b/src/dispatching/handler.rs @@ -12,7 +12,7 @@ pub trait Handler { } /// The implementation of `Handler` for `Fn(U) -> Future`. +/// E>>`. /// /// Looks quite strange for now, but with stabilised asynchronous traits it /// should be prettier.