Remove the std_misc feature flag

This commit is contained in:
Erick Tryzelaar
2015-04-12 10:43:29 -07:00
parent 8ba1e7aceb
commit 7622255d6f
4 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ fn test_write_i64() {
#[test]
fn test_write_f64() {
let tests = &[
(3.0, "3"),
(3.0, "3.0"),
(3.1, "3.1"),
(-1.5, "-1.5"),
(0.5, "0.5"),