Skip to content

Commit

Permalink
remove compiler warning (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang authored and Keats committed Jan 23, 2022
1 parent 5190b5e commit faec345
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/imageproc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,6 @@ impl EnqueueResponse {
/// taking care of file stale status based on timestamps and possible hash collisions.
#[derive(Debug)]
pub struct Processor {
/// The base path of the Zola site
base_path: PathBuf,
base_url: String,
output_dir: PathBuf,
/// A map of a ImageOps by their stored hash.
Expand All @@ -394,7 +392,6 @@ impl Processor {
Processor {
output_dir: base_path.join("static").join(RESIZED_SUBDIR),
base_url: config.make_permalink(RESIZED_SUBDIR),
base_path,
img_ops: HashMap::new(),
img_ops_collisions: Vec::new(),
}
Expand Down

0 comments on commit faec345

Please sign in to comment.