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/libstd/rt/macros.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libstd/rt') diff --git a/src/libstd/rt/macros.rs b/src/libstd/rt/macros.rs index 0f35500a04a..bbc96d0b19f 100644 --- a/src/libstd/rt/macros.rs +++ b/src/libstd/rt/macros.rs @@ -13,8 +13,6 @@ //! These macros call functions which are only accessible in the `rt` module, so //! they aren't defined anywhere outside of the `rt` module. -#![macro_escape] - macro_rules! rterrln { ($fmt:expr $($arg:tt)*) => ( { ::rt::util::dumb_print(format_args!(concat!($fmt, "\n") $($arg)*)) -- cgit 1.4.1-3-g733a5