Remove int/uint from devtools/devtools_traits.

This commit is contained in:
Josh Matthews 2015-04-06 10:11:29 -04:00
parent a277036dd9
commit 6328946434
7 changed files with 28 additions and 29 deletions

View file

@ -30,7 +30,7 @@ struct ErrorReply {
#[derive(RustcEncodable)]
struct ListTabsReply {
from: String,
selected: uint,
selected: u32,
tabs: Vec<TabActorMsg>,
}