Fix make tidy

This commit is contained in:
Andrew Cann 2016-08-12 01:42:24 +08:00
parent 29f3636282
commit 5bd54a2468

View File

@ -26,7 +26,7 @@ fn maybe_stringify<T: StringifyType>(opt: Option<T>) -> &'static str {
match opt {
Some(_) => T::stringify_type(),
None => "none",
}
}
}
fn main() {