mirror of https://github.com/fafhrd91/actix-net
docs(transform): remove extra generic parameter (#211)
This commit is contained in:
parent
ca39917d2c
commit
4cc1c87724
|
@ -70,7 +70,7 @@ where
|
|||
/// timeout: Duration,
|
||||
/// }
|
||||
///
|
||||
/// impl<S> Transform<S> for TimeoutTransform<E>
|
||||
/// impl<S> Transform<S> for TimeoutTransform
|
||||
/// where
|
||||
/// S: Service,
|
||||
/// {
|
||||
|
|
Loading…
Reference in New Issue