diff options
Diffstat (limited to 'wgpu/src/widget/button.rs')
-rw-r--r-- | wgpu/src/widget/button.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wgpu/src/widget/button.rs b/wgpu/src/widget/button.rs index fee7a7f8..fc729cd5 100644 --- a/wgpu/src/widget/button.rs +++ b/wgpu/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}; |