Skip to content

Commit

Permalink
Fix outdated comment in PixmapMut::fill_rect().
Browse files Browse the repository at this point in the history
Fixes #94.
  • Loading branch information
waywardmonkeys committed May 22, 2024
1 parent 9b673e6 commit 83f7756
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/painter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ impl PixmapMut<'_> {
/// clipping of horizontal/vertical edges.
///
/// Used mainly to render a pixmap onto a pixmap.
///
/// Returns `None` when there is nothing to fill or in case of a numeric overflow.
pub fn fill_rect(
&mut self,
rect: Rect,
Expand Down

0 comments on commit 83f7756

Please sign in to comment.