1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 00:27:43 +02:00

docs(transform): remove extra generic parameter (#211)

This commit is contained in:
Zura Benashvili
2020-11-21 02:45:57 +04:00
committed by GitHub
parent ca39917d2c
commit 4cc1c87724

View File

@ -70,7 +70,7 @@ where
/// timeout: Duration,
/// }
///
/// impl<S> Transform<S> for TimeoutTransform<E>
/// impl<S> Transform<S> for TimeoutTransform
/// where
/// S: Service,
/// {