diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-04-24 20:35:49 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-04-28 22:31:39 -0400 |
| commit | 46f91a0fa95cd13f7433a1d72d087283f483a4b8 (patch) | |
| tree | c4d6aedddc64db81f6ada877e9ec585cf981d2d9 /src/libcore/num | |
| parent | 9f03d45c56b37b36912c16bd5b4fb4723fd91cb7 (diff) | |
| download | rust-46f91a0fa95cd13f7433a1d72d087283f483a4b8.tar.gz rust-46f91a0fa95cd13f7433a1d72d087283f483a4b8.zip | |
make way for a new iter module
Diffstat (limited to 'src/libcore/num')
| -rw-r--r-- | src/libcore/num/uint-template/uint.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/num/uint-template/uint.rs b/src/libcore/num/uint-template/uint.rs index 6a8567451e6..de882f1ee7a 100644 --- a/src/libcore/num/uint-template/uint.rs +++ b/src/libcore/num/uint-template/uint.rs @@ -16,9 +16,9 @@ pub use self::inst::{ }; pub mod inst { - use sys; use iter; use num::{Primitive, BitCount}; + use sys; pub type T = uint; #[allow(non_camel_case_types)] |
