From de938b6ca1a2b6b6df65d5935c765a7c25fbce84 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Thu, 13 Nov 2014 00:02:42 +1100 Subject: Remove Signed trait and add SignedInt trait The methods have been moved into Float and SignedInt --- src/libcoretest/num/int_macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcoretest/num') diff --git a/src/libcoretest/num/int_macros.rs b/src/libcoretest/num/int_macros.rs index a1b096bf454..5e2530ef2a9 100644 --- a/src/libcoretest/num/int_macros.rs +++ b/src/libcoretest/num/int_macros.rs @@ -15,7 +15,7 @@ macro_rules! int_module (($T:ty, $T_i:ident) => ( mod tests { use core::$T_i::*; use core::int; - use core::num::Int; + use core::num::{Int, SignedInt}; use num; #[test] -- cgit 1.4.1-3-g733a5