diff options
Diffstat (limited to 'src/test/run-pass/new-impl-syntax.rs')
| -rw-r--r-- | src/test/run-pass/new-impl-syntax.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/new-impl-syntax.rs b/src/test/run-pass/new-impl-syntax.rs index 12b41fc9148..2603353f0cf 100644 --- a/src/test/run-pass/new-impl-syntax.rs +++ b/src/test/run-pass/new-impl-syntax.rs @@ -23,4 +23,3 @@ pub fn main() { io::println(Thingy { x: 1, y: 2 }.to_str()); io::println(PolymorphicThingy { x: Thingy { x: 1, y: 2 } }.to_str()); } - |
