Run cargo fmt
This commit is contained in:
parent
0d60e8b7c6
commit
7a29741f18
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
|
use std::io::Cursor;
|
||||||
|
|
||||||
use image::{codecs::png::PngDecoder, *};
|
use image::{codecs::png::PngDecoder, *};
|
||||||
use log::{error, warn};
|
use log::{error, warn};
|
||||||
use std::io::Cursor;
|
|
||||||
|
|
||||||
#[cfg(not(feature = "parallel"))]
|
#[cfg(not(feature = "parallel"))]
|
||||||
use crate::rayon;
|
use crate::rayon;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue