From 70305c5fad7da367d1ff2c443076c378a70b6a0d Mon Sep 17 00:00:00 2001 From: miguel raz Date: Tue, 1 Jun 2021 19:46:48 -0500 Subject: [PATCH] add main to avoid CI crash --- crates/core_simd/examples/nbody.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/core_simd/examples/nbody.rs b/crates/core_simd/examples/nbody.rs index 5873f311947..9ddf49b4e11 100644 --- a/crates/core_simd/examples/nbody.rs +++ b/crates/core_simd/examples/nbody.rs @@ -188,3 +188,7 @@ fn test() { // } } } + +fn main () { + // empty main to pass CI +} -- 2.44.0