Use derive
rather than deriving
in tests
This commit is contained in:
parent
7506fe5269
commit
30e149231c
213 changed files with 320 additions and 320 deletions
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#[deriving(Show)]
|
||||
#[derive(Show)]
|
||||
struct Foo(int, int);
|
||||
|
||||
pub fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue