rustfmt-nightly 1.4.11

Tool to find and fix Rust formatting issues
Documentation
// rustfmt-newline_style: Windows
#[cfg(test)]
mod test {
    summary_test! {
        tokenize_recipe_interpolation_eol,
    "foo: # some comment
 {{hello}}
",
    "foo: \
 {{hello}} \
{{ahah}}",
        "N:#$>^{N}$<.",
      }
}