mirror of https://github.com/fafhrd91/actix-web
Update mod.rs
This commit is contained in:
parent
34d72a9acb
commit
58d0cfb8f9
|
@ -86,6 +86,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// AnyBody alias because rustc does not (can not?) infer the default type parameter.
|
||||||
type TestBody = AnyBody;
|
type TestBody = AnyBody;
|
||||||
|
|
||||||
#[actix_rt::test]
|
#[actix_rt::test]
|
||||||
|
|
Loading…
Reference in New Issue