rustfmt-nightly 1.1.1

Tool to find and fix Rust formatting issues
Documentation
// rustfmt-normalize_comments: true
enum E {
    A, //* I am not a block comment (caused panic)
    B,
}