Uncomment missing debug implementations rule
This commit is contained in:
parent
42e775fece
commit
d136b7ce64
14 changed files with 28 additions and 6 deletions
|
|
@ -30,6 +30,7 @@ use crate::{
|
|||
/// Message::TextInputChanged,
|
||||
/// );
|
||||
/// ```
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct TextInput<'a, Message> {
|
||||
state: &'a mut State,
|
||||
placeholder: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue