[][src]Macro dockerfile_rs::COMMENT

macro_rules! COMMENT {
    ($x:expr) => { ... };
}
let comment = COMMENT!("Hello!");
assert_eq!(comment.to_string(), "# Hello!");