Static clippy_lints::unicode::NON_ASCII_LITERAL []

pub static NON_ASCII_LITERAL: &Lint = &::lint::Lint{name: "NON_ASCII_LITERAL",
              default_level: ::lint::Allow,
              desc:
                  "using any literal non-ASCII chars in a string literal instead of using the `\\u` escape",
              epoch_deny: None,}