Skip to content

Commit 1628924

Browse files
committed
cargo fix --edition-idioms
1 parent 5548686 commit 1628924

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
extern crate num;
21
use num::Complex;
32

43
/// Try to determine if `c` is in the Mandelbrot set, using at most `limit`
@@ -127,8 +126,6 @@ fn render(pixels: &mut [u8],
127126
}
128127
}
129128

130-
extern crate image;
131-
132129
use image::ColorType;
133130
use image::png::PNGEncoder;
134131
use std::fs::File;

0 commit comments

Comments
 (0)