1
Fork 0

Stop resolving static methods at the module level. Closes #4179

This commit is contained in:
Brian Anderson 2012-12-18 18:05:16 -08:00
parent 8e28f23c60
commit 97ddf3c7bd
25 changed files with 74 additions and 82 deletions

View file

@ -9,7 +9,7 @@
// except according to those terms.
use cmp::{Eq, Ord};
use num::from_int;
use num::Num::from_int;
pub trait NumExt: Eq Ord Num {}