diff --git a/crates/core_simd/examples/nbody.rs b/crates/core_simd/examples/nbody.rs index 1d97b6b3ad2e..27e4634c9d29 100644 --- a/crates/core_simd/examples/nbody.rs +++ b/crates/core_simd/examples/nbody.rs @@ -13,7 +13,6 @@ pub struct Body { // translation up to here const N_BODIES: usize = 5; -#[allow(clippy::unreadable_literal)] const BODIES: [Body; N_BODIES] = [ // sun: Body {