mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 23:11:01 +00:00
Suppress cast_lossless lint
This commit is contained in:
@@ -94,6 +94,7 @@
|
|||||||
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
|
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
|
||||||
// Whitelisted clippy lints
|
// Whitelisted clippy lints
|
||||||
#![cfg_attr(feature = "cargo-clippy", allow(
|
#![cfg_attr(feature = "cargo-clippy", allow(
|
||||||
|
cast_lossless,
|
||||||
doc_markdown,
|
doc_markdown,
|
||||||
linkedlist,
|
linkedlist,
|
||||||
type_complexity,
|
type_complexity,
|
||||||
|
|||||||
Reference in New Issue
Block a user