From: miguel raz Date: Wed, 2 Jun 2021 00:46:48 +0000 (-0500) Subject: add main to avoid CI crash X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=70305c5fad7da367d1ff2c443076c378a70b6a0d;p=rust.git add main to avoid CI crash --- 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 +}