From fc584793237c388e9dca76ef406d1af34e453fe2 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Thu, 18 Dec 2014 20:09:57 -0800 Subject: Stop using macro_escape as an inner attribute In preparation for the rename. --- src/libcollections/lib.rs | 1 + src/libcollections/macros.rs | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libcollections') diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs index 27ab791b604..9214ec7e65b 100644 --- a/src/libcollections/lib.rs +++ b/src/libcollections/lib.rs @@ -54,6 +54,7 @@ pub use vec_map::VecMap; // Needed for the vec! macro pub use alloc::boxed; +#[macro_escape] mod macros; pub mod binary_heap; diff --git a/src/libcollections/macros.rs b/src/libcollections/macros.rs index 0dbc71269a6..0c5929e8661 100644 --- a/src/libcollections/macros.rs +++ b/src/libcollections/macros.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![macro_escape] - /// Creates a `std::vec::Vec` containing the arguments. // NOTE: remove after the next snapshot #[cfg(stage0)] -- cgit 1.4.1-3-g733a5