Stop resolving static methods at the module level. Closes #4179
This commit is contained in:
parent
8e28f23c60
commit
97ddf3c7bd
25 changed files with 74 additions and 82 deletions
|
@ -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 {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue