提交 c96b1d89 编写于 作者: B bors

auto merge of #8716 : andrew-d/rust/andrew-fix-warnings, r=alexcrichton

Small, but whatever 🎱 
......@@ -787,7 +787,7 @@ pub fn uuid_to_str(bh: &mut BenchHarness) {
pub fn parse_str(bh: &mut BenchHarness) {
let s = "urn:uuid:F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4";
do bh.iter {
let u = Uuid::parse_string(s);
Uuid::parse_string(s);
}
}
}
......@@ -949,7 +949,7 @@ fn WEXITSTATUS(status: i32) -> i32 {
#[cfg(test)]
mod tests {
use io;
use libc::{c_int, uintptr_t};
use libc::c_int;
use option::{Option, None, Some};
use os;
use path::Path;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册