Skip to content

Commit

Permalink
fix doc-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Jun 12, 2024
1 parent df27fa4 commit 0680fbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/geometric_transformations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ where
///
/// # Examples
/// ```
/// use imageproc::rotate::rotate90;
/// use imageproc::geometric_transformations::rotate90;
/// use imageproc::gray_image;
///
/// let image = gray_image!(
Expand Down Expand Up @@ -359,7 +359,7 @@ where
///
/// # Examples
/// ```
/// use imageproc::rotate::rotate270;
/// use imageproc::geometric_transformations::rotate270;
/// use imageproc::gray_image;
///
/// let image = gray_image!(
Expand Down Expand Up @@ -397,7 +397,7 @@ where
///
/// # Examples
/// ```
/// use imageproc::rotate::rotate180;
/// use imageproc::geometric_transformations::rotate180;
/// use imageproc::gray_image;
///
/// let image = gray_image!(
Expand Down

0 comments on commit 0680fbd

Please sign in to comment.