Skip to content

Commit f5f45fa

Browse files
authored
impl Eq for FilterType (#2397)
1 parent 2125965 commit f5f45fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/imageops/sample.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ use crate::{ImageBuffer, Rgba32FImage};
7878
/// <td>1170 ms</td>
7979
/// </tr>
8080
/// </table>
81-
#[derive(Clone, Copy, Debug, PartialEq, Hash)]
81+
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
8282
pub enum FilterType {
8383
/// Nearest Neighbor
8484
Nearest,

0 commit comments

Comments
 (0)