Require rust_2018_idioms, but not elided_lifetimes_in_paths.

common-fixes
Jim Blandy 3 years ago
parent faf5b895f8
commit 5cce108ed5

@ -1,3 +1,6 @@
#![warn(rust_2018_idioms)]
#![allow(elided_lifetimes_in_paths)]
use num::Complex;
/// Try to determine if `c` is in the Mandelbrot set, using at most `limit`

Loading…
Cancel
Save