diff options
| author | Brendan Zabarauskas <bjzaba@yahoo.com.au> | 2014-11-13 00:02:42 +1100 |
|---|---|---|
| committer | Brendan Zabarauskas <bjzaba@yahoo.com.au> | 2014-11-13 03:46:03 +1100 |
| commit | de938b6ca1a2b6b6df65d5935c765a7c25fbce84 (patch) | |
| tree | f8b7c283989f7ac9a7694989cfd3a4be71e74dee /src/libtime | |
| parent | e965ba85ca689ad77f63b7f0af9d7e337dcb4825 (diff) | |
Remove Signed trait and add SignedInt trait
The methods have been moved into Float and SignedInt
Diffstat (limited to 'src/libtime')
| -rw-r--r-- | src/libtime/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs index acd81d4566b..03b5186eef7 100644 --- a/src/libtime/lib.rs +++ b/src/libtime/lib.rs @@ -30,6 +30,7 @@ extern crate libc; use std::fmt::Show; use std::fmt; use std::io::BufReader; +use std::num::SignedInt; use std::string::String; use std::time::Duration; |
