Convert json::ser to associated types

This commit is contained in:
Erick Tryzelaar
2015-01-17 22:20:28 -08:00
parent 73018e4d5d
commit f8fb17b2ff
6 changed files with 101 additions and 86 deletions
+2
View File
@@ -525,6 +525,7 @@ pub fn from_str<
from_iter(s.bytes())
}
/*
#[cfg(test)]
mod tests {
use std::str;
@@ -738,3 +739,4 @@ mod tests {
]);
}
}
*/