Static clippy_lints::unicode::UNICODE_NOT_NFC []

pub static UNICODE_NOT_NFC: &'static Lint = &::rustc::lint::Lint{name: "UNICODE_NOT_NFC",
                     default_level: ::rustc::lint::Allow,
                     desc:
                         "using a unicode literal not in NFC normal form (see [unicode tr15](http://www.unicode.org/reports/tr15/) for further information)",}