Skip to content

Commit

Permalink
impl Eq for FilterType (#2397)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron404 authored Dec 29, 2024
1 parent 2125965 commit f5f45fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imageops/sample.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ use crate::{ImageBuffer, Rgba32FImage};
/// <td>1170 ms</td>
/// </tr>
/// </table>
#[derive(Clone, Copy, Debug, PartialEq, Hash)]
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
pub enum FilterType {
/// Nearest Neighbor
Nearest,
Expand Down

0 comments on commit f5f45fa

Please sign in to comment.