Rust: change from uint to new usize type

This commit is contained in:
Louis Pilfold 2015-01-11 01:58:57 +00:00
parent 69d3b5e02e
commit 0ac57c7779

View File

@ -159,4 +159,4 @@ snippet trait
snippet ss
static ${1}: &'static str = "${0}";
snippet stat
static ${1}: ${2:uint} = ${0};
static ${1}: ${2:usize} = ${0};