Update a test

This commit is contained in:
topecongiro 2017-11-18 15:45:15 +09:00
parent 448991a6f3
commit bbf061511b

View File

@ -78,8 +78,7 @@ impl<M, S, F, X> SubSelectDirect<M, S, F, X>
where
M: select::Selector,
S: event::Stream,
F: for<'t> FnMut(transform::Api<'t, Stream<ContentStream<S>>>)
-> transform::Api<'t, X>,
F: for<'t> FnMut(transform::Api<'t, Stream<ContentStream<S>>>) -> transform::Api<'t, X>,
X: event::Stream,
{
}