Skip to content

Commit

Permalink
Removes redundant imports on image.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TrveFenris committed Dec 17, 2020
1 parent b7d2392 commit 3f604d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graphics/image.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::io::Read;
use std::path;

use gfx;
#[rustfmt::skip]
use ::image;

Expand Down

0 comments on commit 3f604d3

Please sign in to comment.