Uncomment missing debug implementations rule
This commit is contained in:
parent
42e775fece
commit
d136b7ce64
14 changed files with 28 additions and 6 deletions
|
|
@ -10,7 +10,7 @@ use std::u32;
|
|||
/// An element decorating some content.
|
||||
///
|
||||
/// It is normally used for alignment purposes.
|
||||
#[allow(missing_docs)]
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct Container<'a, Message, Renderer> {
|
||||
width: Length,
|
||||
height: Length,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue