From 83dc5b782b01637be5ba661752ba06da84587277 Mon Sep 17 00:00:00 2001 From: miguel raz Date: Tue, 1 Jun 2021 12:09:11 -0500 Subject: [PATCH] don't need clippy --- crates/core_simd/examples/nbody.rs | 1 - 1 file changed, 1 deletion(-) 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 {