diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-04-19 22:40:21 +0900 |
|---|---|---|
| committer | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-05-03 18:48:34 +0900 |
| commit | 7ad1900e1cdb2bd9dbf9560c8c50c5912578723c (patch) | |
| tree | 45b157326d20e186929909483a4705634e06a303 /src/libcoretest | |
| parent | 7d8100a068151512774caf15a6a88766ca9cf434 (diff) | |
| download | rust-7ad1900e1cdb2bd9dbf9560c8c50c5912578723c.tar.gz rust-7ad1900e1cdb2bd9dbf9560c8c50c5912578723c.zip | |
Remove unused trait imports flagged by lint
Diffstat (limited to 'src/libcoretest')
| -rw-r--r-- | src/libcoretest/lib.rs | 1 | ||||
| -rw-r--r-- | src/libcoretest/num/mod.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/libcoretest/lib.rs b/src/libcoretest/lib.rs index aa7ab4b4e3f..dc01a9b5c78 100644 --- a/src/libcoretest/lib.rs +++ b/src/libcoretest/lib.rs @@ -15,7 +15,6 @@ #![feature(box_syntax)] #![feature(cell_extras)] #![feature(const_fn)] -#![feature(core_float)] #![feature(core_private_bignum)] #![feature(core_private_diy_float)] #![feature(dec2flt)] diff --git a/src/libcoretest/num/mod.rs b/src/libcoretest/num/mod.rs index 11c1bd667fb..d5a6e0f87d6 100644 --- a/src/libcoretest/num/mod.rs +++ b/src/libcoretest/num/mod.rs @@ -52,7 +52,6 @@ pub fn test_num<T>(ten: T, two: T) where mod tests { use core::option::Option; use core::option::Option::{Some, None}; - use core::num::Float; #[test] fn from_str_issue7588() { |
