Static clippy_lints::explicit_write::EXPLICIT_WRITE []

pub static EXPLICIT_WRITE: &Lint = &::lint::Lint{name: "EXPLICIT_WRITE",
              default_level: ::lint::Warn,
              desc:
                  "using the `write!()` family of functions instead of the `print!()` family of functions, when using the latter would work",
              epoch_deny: None,}