Skip to content

Commit

Permalink
Clippy updates for rustc 1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Jul 16, 2023
1 parent 437c079 commit 2447fcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/predict.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,6 @@ pub(crate) mod rust {
}
}

#[allow(clippy::clone_double_ref)]
pub(crate) fn pred_directional<T: Pixel>(
output: &mut PlaneRegionMut<'_, T>, above: &[T], left: &[T],
top_left: &[T], p_angle: usize, width: usize, height: usize,
Expand Down

0 comments on commit 2447fcc

Please sign in to comment.