diff options
Diffstat (limited to 'glow/src/widget/text_input.rs')
-rw-r--r-- | glow/src/widget/text_input.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/glow/src/widget/text_input.rs b/glow/src/widget/text_input.rs index 1da3fbe6..db18b1cc 100644 --- a/glow/src/widget/text_input.rs +++ b/glow/src/widget/text_input.rs @@ -1,9 +1,6 @@ //! Display fields that can be filled with text. //! //! A [`TextInput`] has some local [`State`]. -//! -//! [`TextInput`]: struct.TextInput.html -//! [`State`]: struct.State.html use crate::Renderer; pub use iced_graphics::text_input::{Style, StyleSheet}; |