Suppress cast_lossless lint

This commit is contained in:
David Tolnay 2017-09-04 11:10:43 -07:00
parent 370c8a91cb
commit 64af86b830
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -94,6 +94,7 @@
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
// Whitelisted clippy lints
#![cfg_attr(feature = "cargo-clippy", allow(
cast_lossless,
doc_markdown,
linkedlist,
type_complexity,