Remove missing_debug_implementations lint
This commit is contained in:
parent
89b7585465
commit
5796ba272e
70 changed files with 0 additions and 90 deletions
|
|
@ -13,7 +13,6 @@ use crate::pane_grid::{Draggable, TitleBar};
|
|||
/// The content of a [`Pane`].
|
||||
///
|
||||
/// [`Pane`]: super::Pane
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct Content<
|
||||
'a,
|
||||
Message,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ use crate::core::{self, Element};
|
|||
/// The controls of a [`Pane`].
|
||||
///
|
||||
/// [`Pane`]: super::Pane
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct Controls<
|
||||
'a,
|
||||
Message,
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ use crate::pane_grid::controls::Controls;
|
|||
/// The title bar of a [`Pane`].
|
||||
///
|
||||
/// [`Pane`]: super::Pane
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct TitleBar<
|
||||
'a,
|
||||
Message,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue