summaryrefslogtreecommitdiffstats
path: root/wgpu/src/widget/text_input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/src/widget/text_input.rs')
-rw-r--r--wgpu/src/widget/text_input.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/wgpu/src/widget/text_input.rs b/wgpu/src/widget/text_input.rs
index 1da3fbe6..db18b1cc 100644
--- a/wgpu/src/widget/text_input.rs
+++ b/wgpu/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};