mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-23 04:14:28 +00:00
Fix up tests for empty impls
This commit is contained in:
parent
356a0c4b58
commit
d96d853b5c
@ -80,5 +80,4 @@ where
|
||||
S: event::Stream,
|
||||
F: for<'t> FnMut(transform::Api<'t, Stream<ContentStream<S>>>) -> transform::Api<'t, X>,
|
||||
X: event::Stream,
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
@ -134,13 +134,11 @@ mod m {
|
||||
|
||||
impl<BorrowType, K, V, NodeType, HandleType>
|
||||
Handle<NodeRef<BorrowType, K, V, NodeType>, HandleType>
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
impl<BorrowType, K, V, NodeType, HandleType> PartialEq
|
||||
for Handle<NodeRef<BorrowType, K, V, NodeType>, HandleType>
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
mod x {
|
||||
impl<A, B, C, D> Foo
|
||||
@ -149,8 +147,7 @@ mod x {
|
||||
B: 'static,
|
||||
C: 'static,
|
||||
D: 'static,
|
||||
{
|
||||
}
|
||||
{}
|
||||
}
|
||||
|
||||
impl<ConcreteThreadSafeLayoutNode: ThreadSafeLayoutNodeFoo>
|
||||
|
Loading…
Reference in New Issue
Block a user