println_unguarded

Macro println_unguarded 

Source
macro_rules! println_unguarded {
    ($($arg:tt)*) => { ... };
}