]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/big-impl-block.rs
Fix up tests for empty impls
[rust.git] / tests / target / big-impl-block.rs
index bc16f12c9d7a112611a9fb5d02f49b2b28944465..5f4fca7bb9b816fec397c54cbf440039b0f0f956 100644 (file)
@@ -38,11 +38,8 @@ impl Foo<ExcessivelyLongGenericName, ExcessivelyLongGenericName, AnotherExcessiv
 {
     fn foo() {}
 }
-impl<
-    ExcessivelyLongGenericName,
-    ExcessivelyLongGenericName,
-    AnotherExcessivelyLongGenericName,
-> Foo<ExcessivelyLongGenericName, ExcessivelyLongGenericName, AnotherExcessivelyLongGenericName>
+impl<ExcessivelyLongGenericName, ExcessivelyLongGenericName, AnotherExcessivelyLongGenericName>
+    Foo<ExcessivelyLongGenericName, ExcessivelyLongGenericName, AnotherExcessivelyLongGenericName>
     for Bar
 {
     fn foo() {}
@@ -52,7 +49,8 @@ impl<ExcessivelyLongGenericName, ExcessivelyLongGenericName, AnotherExcessivelyL
         ExcessivelyLongGenericName,
         ExcessivelyLongGenericName,
         AnotherExcessivelyLongGenericName,
-    > {
+    >
+{
     fn foo() {}
 }
 impl Foo<ExcessivelyLongGenericName, ExcessivelyLongGenericName, AnotherExcessivelyLongGenericName>
@@ -60,19 +58,18 @@ impl Foo<ExcessivelyLongGenericName, ExcessivelyLongGenericName, AnotherExcessiv
         ExcessivelyLongGenericName,
         ExcessivelyLongGenericName,
         AnotherExcessivelyLongGenericName,
-    > {
+    >
+{
     fn foo() {}
 }
-impl<
-    ExcessivelyLongGenericName,
-    ExcessivelyLongGenericName,
-    AnotherExcessivelyLongGenericName,
-> Foo<ExcessivelyLongGenericName, ExcessivelyLongGenericName, AnotherExcessivelyLongGenericName>
+impl<ExcessivelyLongGenericName, ExcessivelyLongGenericName, AnotherExcessivelyLongGenericName>
+    Foo<ExcessivelyLongGenericName, ExcessivelyLongGenericName, AnotherExcessivelyLongGenericName>
     for Bar<
         ExcessivelyLongGenericName,
         ExcessivelyLongGenericName,
         AnotherExcessivelyLongGenericName,
-    > {
+    >
+{
     fn foo() {}
 }
 
@@ -83,5 +80,4 @@ impl<M, S, F, X> SubSelectDirect<M, S, F, X>
     S: event::Stream,
     F: for<'t> FnMut(transform::Api<'t, Stream<ContentStream<S>>>) -> transform::Api<'t, X>,
     X: event::Stream,
-{
-}
+{}