Skip to content

Commit c42c6c2

Browse files
st0012XrXr
authored andcommitted
ZJIT: Remove dead unnecessary_transmutes allow
``` warning: unknown lint: `unnecessary_transmutes` --> zjit/src/cruby.rs:107:9 | 107 | #[allow(unnecessary_transmutes)] // rust-lang/rust-bindgen#2807 | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unknown_lints)]` on by default ```
1 parent 67a14e9 commit c42c6c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zjit/src/cruby.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ pub type RedefinitionFlag = u32;
104104

105105
#[allow(unsafe_op_in_unsafe_fn)]
106106
#[allow(dead_code)]
107-
#[allow(unnecessary_transmutes)] // https://github.com/rust-lang/rust-bindgen/issues/2807
108107
#[allow(clippy::all)] // warning meant to help with reading; not useful for generated code
109108
mod autogened {
110109
use super::*;

0 commit comments

Comments
 (0)