Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 70305c5

Browse files
committed
add main to avoid CI crash
1 parent 4e86aeb commit 70305c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/core_simd/examples/nbody.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ mod tests {
188188
// }
189189
}
190190
}
191+
192+
fn main () {
193+
// empty main to pass CI
194+
}

0 commit comments

Comments
 (0)