]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/impls.rs
Fix up tests for empty impls
[rust.git] / tests / target / impls.rs
index 3f9c1f004d1a54186318b7a6b1874fbe7720034c..390f1a12cd3090eccebfcf4421dd4d46561966fd 100644 (file)
@@ -134,13 +134,11 @@ impl<T> PartialEq for S<T> where T: PartialEq {}
 
 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 @@ impl<A, B, C, D> Foo
         B: 'static,
         C: 'static,
         D: 'static,
-    {
-    }
+    {}
 }
 
 impl<ConcreteThreadSafeLayoutNode: ThreadSafeLayoutNodeFoo>