Skip to content

Commit 6eb924d

Browse files
committed
Fix deriving-zero test
1 parent 87d9d37 commit 6eb924d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/run-pass/deriving-zero.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ struct E { a: int, b: int }
2424

2525
#[deriving(Zero)]
2626
struct Lots {
27-
a: ~str,
28-
b: @str,
2927
c: Option<util::NonCopyable>,
3028
d: u8,
3129
e: char,

0 commit comments

Comments
 (0)