mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 06:47:34 +00:00
Delete ignore! macro
This was a holdover from when we didn't allow nested comment blocks (think #if 0). It isn't used anywhere.
This commit is contained in:
parent
86a8b031f5
commit
3ba916ddff
@ -9,9 +9,6 @@
|
||||
// except according to those terms.
|
||||
#[macro_escape];
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! ignore (($($x:tt)*) => (()))
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! log(
|
||||
($lvl:expr, $($arg:tt)+) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user