diff --git a/src/painter.rs b/src/painter.rs index 2511709..0928591 100644 --- a/src/painter.rs +++ b/src/painter.rs @@ -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,