Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alpine-alpaca committed Jul 21, 2024
1 parent 2955d81 commit 2274c35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/blend.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::usize;

use image::Rgba;

// Rust port of Aseprite's blend functions:
Expand Down
1 change: 1 addition & 0 deletions src/color_profile.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use crate::{reader::AseReader, AsepriteParseError, Result};

#[allow(unused)]
#[derive(Debug)]
pub struct ColorProfile {
pub profile_type: ColorProfileType,
Expand Down

0 comments on commit 2274c35

Please sign in to comment.