1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-31 06:02:07 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
/// {