fix clippy lint whitelisting
This commit is contained in:
parent
6f9ee8b9e5
commit
14d58ca8a9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#![feature(rustc_private)]
|
||||
|
||||
#![cfg_attr(feature = "cargo-clippy", allow(cast_lossless))]
|
||||
#![allow(clippy::cast_lossless)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue