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:
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…
x
Reference in New Issue
Block a user