diff options
Diffstat (limited to 'graphics/src/widget/button.rs')
-rw-r--r-- | graphics/src/widget/button.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/src/widget/button.rs b/graphics/src/widget/button.rs index 87581175..2e3f78ca 100644 --- a/graphics/src/widget/button.rs +++ b/graphics/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::defaults::{self, Defaults}; use crate::{Backend, Primitive, Renderer}; use iced_native::mouse; |