summaryrefslogtreecommitdiffstats
path: root/glow/src/widget/canvas.rs
diff options
context:
space:
mode:
Diffstat (limited to 'glow/src/widget/canvas.rs')
-rw-r--r--glow/src/widget/canvas.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/glow/src/widget/canvas.rs b/glow/src/widget/canvas.rs
index bef34857..399dd19c 100644
--- a/glow/src/widget/canvas.rs
+++ b/glow/src/widget/canvas.rs
@@ -3,7 +3,4 @@
//! A [`Canvas`] widget can be used to draw different kinds of 2D shapes in a
//! [`Frame`]. It can be used for animation, data visualization, game graphics,
//! and more!
-//!
-//! [`Canvas`]: struct.Canvas.html
-//! [`Frame`]: struct.Frame.html
pub use iced_graphics::canvas::*;