mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
fix clippy lint whitelisting
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#![feature(rustc_private)]
|
||||
|
||||
#![cfg_attr(feature = "cargo-clippy", allow(cast_lossless))]
|
||||
#![allow(clippy::cast_lossless)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
Reference in New Issue
Block a user