Fix up tests for empty impls

This commit is contained in:
Seiichi Uchida 2018-06-06 10:56:07 +09:00
parent 356a0c4b58
commit d96d853b5c
2 changed files with 4 additions and 8 deletions

View File

@ -80,5 +80,4 @@ where
S: event::Stream, 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, X: event::Stream,
{ {}
}

View File

@ -134,13 +134,11 @@ mod m {
impl<BorrowType, K, V, NodeType, HandleType> impl<BorrowType, K, V, NodeType, HandleType>
Handle<NodeRef<BorrowType, K, V, NodeType>, HandleType> Handle<NodeRef<BorrowType, K, V, NodeType>, HandleType>
{ {}
}
impl<BorrowType, K, V, NodeType, HandleType> PartialEq impl<BorrowType, K, V, NodeType, HandleType> PartialEq
for Handle<NodeRef<BorrowType, K, V, NodeType>, HandleType> for Handle<NodeRef<BorrowType, K, V, NodeType>, HandleType>
{ {}
}
mod x { mod x {
impl<A, B, C, D> Foo impl<A, B, C, D> Foo
@ -149,8 +147,7 @@ mod x {
B: 'static, B: 'static,
C: 'static, C: 'static,
D: 'static, D: 'static,
{ {}
}
} }
impl<ConcreteThreadSafeLayoutNode: ThreadSafeLayoutNodeFoo> impl<ConcreteThreadSafeLayoutNode: ThreadSafeLayoutNodeFoo>