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/num | |
| parent | 7d8100a068151512774caf15a6a88766ca9cf434 (diff) | |
| download | rust-7ad1900e1cdb2bd9dbf9560c8c50c5912578723c.tar.gz rust-7ad1900e1cdb2bd9dbf9560c8c50c5912578723c.zip | |
Remove unused trait imports flagged by lint
Diffstat (limited to 'src/libcoretest/num')
| -rw-r--r-- | src/libcoretest/num/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |
