From 0ac57c77795bdeeaa57302e74da9527781108870 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 11 Jan 2015 01:58:57 +0000 Subject: [PATCH] Rust: change from uint to new usize type --- snippets/rust.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/rust.snippets b/snippets/rust.snippets index b6ad53c..195f254 100644 --- a/snippets/rust.snippets +++ b/snippets/rust.snippets @@ -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};