summaryrefslogtreecommitdiffstats
path: root/glow/src/widget/button.rs
diff options
context:
space:
mode:
Diffstat (limited to 'glow/src/widget/button.rs')
-rw-r--r--glow/src/widget/button.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/glow/src/widget/button.rs b/glow/src/widget/button.rs
index fee7a7f8..fc729cd5 100644
--- a/glow/src/widget/button.rs
+++ b/glow/src/widget/button.rs
@@ -1,9 +1,6 @@
//! Allow your users to perform actions by pressing a button.
//!
//! A [`Button`] has some local [`State`].
-//!
-//! [`Button`]: type.Button.html
-//! [`State`]: struct.State.html
use crate::Renderer;
pub use iced_graphics::button::{Style, StyleSheet};