Static clippy_lints::write::PRINT_WITH_NEWLINE []

pub static PRINT_WITH_NEWLINE: &Lint = &::lint::Lint{name: "PRINT_WITH_NEWLINE",
              default_level: ::lint::Warn,
              desc:
                  "using `print!()` with a format string that ends in a newline",
              epoch_deny: None,}