We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c05cee commit 83dc5b7Copy full SHA for 83dc5b7
crates/core_simd/examples/nbody.rs
@@ -13,7 +13,6 @@ pub struct Body {
13
14
// translation up to here
15
const N_BODIES: usize = 5;
16
-#[allow(clippy::unreadable_literal)]
17
const BODIES: [Body; N_BODIES] = [
18
// sun:
19
Body {
0 commit comments