mirror of
https://gitee.com/openharmony/third_party_rust_unicode-ident
synced 2024-11-23 07:29:52 +00:00
Ignore pedantic clippy in ucd-generate generated code
This commit is contained in:
parent
672c8b5f12
commit
fed8ff26f4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user