From ebe0223b49f722e9f7382aea27d5636f16e64887 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 2 Sep 2019 20:13:06 -0700 Subject: [PATCH] cargo fix --edition-idioms --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 949160c..30522bc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,4 @@ use num::Complex; - -extern crate rayon; use rayon::prelude::*; /// Try to determine if `c` is in the Mandelbrot set, using at most `limit`