Restore whitespace

This commit is contained in:
James Munns 2019-09-19 00:50:03 +02:00
parent f233a4c18b
commit 333230fd14
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ error[E0119]: conflicting implementations of trait `Foo<i32>` for type `i32`:
|
LL | impl Foo<i32> for i32 { }
| --------------------- first implementation here
LL |
LL |
LL | impl<A:Iterator> Foo<A::Item> for A { }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32`
|

View File

@ -3,7 +3,7 @@ error[E0119]: conflicting implementations of trait `Foo<i32>` for type `i32`:
|
LL | impl Foo<i32> for i32 { }
| --------------------- first implementation here
LL |
LL |
LL | impl<A:Iterator> Foo<A::Item> for A { }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32`
|

View File

@ -7,7 +7,7 @@ LL | | I: Iterator,
LL | | {
LL | | }
| |_- first implementation here
LL |
LL |
LL | impl IntoPyDictPointer for ()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `()`
|