Skip to content

Commit 8184105

Browse files
committed
Update to rust master
1 parent 3f2d048 commit 8184105

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/json.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2545,7 +2545,6 @@ mod tests {
25452545
StackElement, Stack, Decoder, Encoder, EncoderError};
25462546
use std::{i64, u64, f32, f64};
25472547
use std::collections::BTreeMap;
2548-
use std::num::Float;
25492548
use std::string;
25502549

25512550
#[derive(RustcDecodable, Eq, PartialEq, Debug)]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
1515
html_root_url = "http://doc.rust-lang.org/rustc-serialize/")]
1616
#![cfg_attr(test, deny(warnings))]
17-
#![cfg_attr(test, feature(test, std_misc))]
17+
#![cfg_attr(test, feature(test))]
1818
#![allow(trivial_numeric_casts)]
1919

2020
#[cfg(test)] extern crate test;

0 commit comments

Comments
 (0)