Skip to content

Commit abc684e

Browse files
committed
HACK fail lint
1 parent a26e0df commit abc684e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/spirv-std/src/float.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ use glam::{Vec2, Vec4};
1111
/// and should not be done.
1212
pub unsafe trait Float: num_traits::Float + crate::scalar::Scalar + Default {
1313
/// Width of the float, in bits.
14-
const WIDTH: usize;
14+
const WIDTH:
15+
16+
17+
usize;
1518
}
1619

1720
unsafe impl Float for f32 {

0 commit comments

Comments
 (0)