Initial port of build_log

This commit is contained in:
Erick Tryzelaar
2015-01-18 10:05:13 -08:00
parent cc40b0ec5e
commit f7eb082339
5 changed files with 171 additions and 206 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ macro_rules! impl_deserialize_num_method {
}
}
struct PrimitiveVisitor<T>;
pub struct PrimitiveVisitor<T>;
impl<
T: Deserialize + FromPrimitive