Macro spectra::warn [] [src]

macro_rules! warn {
    ( $e:expr ) => { ... };
    ( $e:expr, $($arg:tt)+ ) => { ... };
}