Skip to content

Commit

Permalink
Fix stable
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Nov 28, 2024
1 parent 3800c8e commit 627f337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![allow(clippy::transmute_int_to_float)] // Not yet stable in previous version. To be removed when
// prev=1.83.
#![allow(clippy::transmute_float_to_int)] // prev=1.83.

use bytemuck::{Pod, Zeroable};
use core::ops::{Add, AddAssign, Div, DivAssign, Mul, MulAssign, Sub, SubAssign};
Expand Down

0 comments on commit 627f337

Please sign in to comment.