Ignore pedantic clippy in ucd-generate generated code

This commit is contained in:
David Tolnay 2022-10-08 12:40:40 -07:00
parent 672c8b5f12
commit fed8ff26f4
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -13,12 +13,11 @@
clippy::cast_possible_truncation,
clippy::match_wild_err_arm,
clippy::too_many_lines,
clippy::uninlined_format_args,
clippy::unreadable_literal
clippy::uninlined_format_args
)]
#[rustfmt::skip]
#[allow(dead_code, clippy::all)]
#[allow(dead_code, clippy::all, clippy::pedantic)]
mod ucd;
mod output;