We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf5b89 commit 5cce108Copy full SHA for 5cce108
src/main.rs
@@ -1,3 +1,6 @@
1
+#![warn(rust_2018_idioms)]
2
+#![allow(elided_lifetimes_in_paths)]
3
+
4
use num::Complex;
5
6
/// Try to determine if `c` is in the Mandelbrot set, using at most `limit`
0 commit comments