Static clippy_lints::unicode::NON_ASCII_LITERAL []

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