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