Skip to content

Commit 5cce108

Browse files
committed
Require rust_2018_idioms, but not elided_lifetimes_in_paths.
1 parent faf5b89 commit 5cce108

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#![warn(rust_2018_idioms)]
2+
#![allow(elided_lifetimes_in_paths)]
3+
14
use num::Complex;
25

36
/// Try to determine if `c` is in the Mandelbrot set, using at most `limit`

0 commit comments

Comments
 (0)