diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-01-08 19:29:16 -0800 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2013-01-08 19:29:16 -0800 |
| commit | 44ab00ee37c4ffb8440ff20fd8a15cd24a6f3e46 (patch) | |
| tree | 83f3d67a9e21c6ce1b99c2ce8f6a737896c673db /src/libstd/bitv.rs | |
| parent | a8d37af2473da79be704c9ce2374f278c47177b6 (diff) | |
| download | rust-44ab00ee37c4ffb8440ff20fd8a15cd24a6f3e46.tar.gz rust-44ab00ee37c4ffb8440ff20fd8a15cd24a6f3e46.zip | |
Revert "librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc"
This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6.
Diffstat (limited to 'src/libstd/bitv.rs')
| -rw-r--r-- | src/libstd/bitv.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstd/bitv.rs b/src/libstd/bitv.rs index 834edc3f464..38ebe67898d 100644 --- a/src/libstd/bitv.rs +++ b/src/libstd/bitv.rs @@ -11,7 +11,6 @@ #[forbid(deprecated_mode)]; use core::ops; -use core::prelude::*; use core::uint; use core::vec::{to_mut, from_elem}; use core::vec; @@ -579,9 +578,6 @@ impl Bitv: ops::Index<uint,bool> { mod tests { #[legacy_exports]; - use core::prelude::*; - - use bitv::*; use bitv; use core::uint; |
