Suppress a new pedantic lint
This commit is contained in:
parent
cd0412bddc
commit
89c6a79b6e
@ -90,6 +90,7 @@
|
||||
feature = "cargo-clippy",
|
||||
allow(
|
||||
// not available in our oldest supported compiler
|
||||
checked_conversions,
|
||||
const_static_lifetime,
|
||||
empty_enum,
|
||||
redundant_field_names,
|
||||
|
@ -35,6 +35,7 @@
|
||||
feature = "cargo-clippy",
|
||||
allow(
|
||||
cast_possible_truncation,
|
||||
checked_conversions,
|
||||
doc_markdown,
|
||||
enum_glob_use,
|
||||
filter_map,
|
||||
|
Loading…
x
Reference in New Issue
Block a user