mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
cargo fmt
This commit is contained in:
parent
f4959bfd7e
commit
f480867912
1 changed files with 1 additions and 1 deletions
|
@ -6,12 +6,12 @@ use std::path::{Path, PathBuf};
|
|||
use config::Config;
|
||||
use errors::{anyhow, Context, Result};
|
||||
use libs::ahash::{HashMap, HashSet};
|
||||
use libs::image::codecs::jpeg::JpegEncoder;
|
||||
use libs::image::imageops::FilterType;
|
||||
use libs::image::{EncodableLayout, ImageFormat};
|
||||
use libs::rayon::prelude::*;
|
||||
use libs::{image, webp};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use libs::image::codecs::jpeg::JpegEncoder;
|
||||
use utils::fs as ufs;
|
||||
|
||||
use crate::format::Format;
|
||||
|
|
Loading…
Reference in a new issue