Skip to content

Commit cd1d7a3

Browse files
committed
weird
1 parent ad7c44b commit cd1d7a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/ptr_cast_constness.fixed

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//@aux-build:proc_macros.rs
33

44
#![warn(clippy::ptr_cast_constness)]
5-
#![allow(clippy::transmute_ptr_to_ref, unused)]
5+
#![allow(clippy::transmute_ptr_to_ref, clippy::unnecessary_cast, unused)]
66

77
extern crate proc_macros;
88
use proc_macros::{external, inline_macros};

tests/ui/ptr_cast_constness.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//@aux-build:proc_macros.rs
33

44
#![warn(clippy::ptr_cast_constness)]
5-
#![allow(clippy::transmute_ptr_to_ref, unused)]
5+
#![allow(clippy::transmute_ptr_to_ref, clippy::unnecessary_cast, unused)]
66

77
extern crate proc_macros;
88
use proc_macros::{external, inline_macros};

0 commit comments

Comments
 (0)