docs(transform): remove extra generic parameter

This commit is contained in:
Zura Benashvili 2020-11-20 23:57:30 +04:00 committed by GitHub
parent ca39917d2c
commit 7dadf8ff95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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