Skip to content

Commit 83dc5b7

Browse files
committed
don't need clippy
1 parent 3c05cee commit 83dc5b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/core_simd/examples/nbody.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pub struct Body {
1313

1414
// translation up to here
1515
const N_BODIES: usize = 5;
16-
#[allow(clippy::unreadable_literal)]
1716
const BODIES: [Body; N_BODIES] = [
1817
// sun:
1918
Body {

0 commit comments

Comments
 (0)