From 44ab00ee37c4ffb8440ff20fd8a15cd24a6f3e46 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 8 Jan 2013 19:29:16 -0800 Subject: Revert "librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc" This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6. --- src/libstd/map.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/libstd/map.rs') diff --git a/src/libstd/map.rs b/src/libstd/map.rs index c7d59aa18cb..e4f38496f1d 100644 --- a/src/libstd/map.rs +++ b/src/libstd/map.rs @@ -18,7 +18,6 @@ use core::io; use core::ops; use core::to_str::ToStr; use core::mutable::Mut; -use core::prelude::*; use core::send_map::linear::LinearMap; use core::to_bytes::IterBytes; use core::uint; @@ -121,12 +120,11 @@ pub mod util { // FIXME (#2344): package this up and export it as a datatype usable for // external code that doesn't want to pay the cost of a box. pub mod chained { - use map::{Map, util}; + use map::util; use core::io; use core::ops; use core::option; - use core::prelude::*; use core::uint; use core::vec; @@ -617,7 +615,6 @@ impl @Mut>: mod tests { use map; - use core::option::None; use core::option; use core::uint; -- cgit 1.4.1-3-g733a5