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.