Follow rust std: int, uint were renamed to isize, usize

This commit is contained in:
Thomas Bahn
2015-02-06 14:14:35 +01:00
parent 3b5d71fbb5
commit 361acd37d0
15 changed files with 443 additions and 443 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ struct Test {
schema: String,
title: String,
#[serial_name = "type"]
ty: int
ty: isize
}
#[test]