Fix the docs

This commit is contained in:
Temirkhan Myrzamadi 2019-12-31 00:07:54 +06:00
parent 8345936a95
commit 3c2c1636a4

View file

@ -12,7 +12,7 @@ pub trait Handler<T, E> {
}
/// The implementation of `Handler` for `Fn(U) -> Future<Output = Result<(),
/// E>`.
/// E>>`.
///
/// Looks quite strange for now, but with stabilised asynchronous traits it
/// should be prettier.