summaryrefslogtreecommitdiffstats
path: root/native/src/widget/row.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-22 21:16:40 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-22 21:16:40 +0100
commitd136b7ce648cde0dcdcc5388d8cb82b3e7e0fc58 (patch)
treef9d6d1bc6366cca18a1fa6bfae977364cfc03447 /native/src/widget/row.rs
parent42e775fecec81acd40dbc5f536c8a4cd98a03662 (diff)
downloadiced-d136b7ce648cde0dcdcc5388d8cb82b3e7e0fc58.tar.gz
iced-d136b7ce648cde0dcdcc5388d8cb82b3e7e0fc58.tar.bz2
iced-d136b7ce648cde0dcdcc5388d8cb82b3e7e0fc58.zip
Uncomment missing debug implementations rule
Diffstat (limited to 'native/src/widget/row.rs')
-rw-r--r--native/src/widget/row.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/row.rs b/native/src/widget/row.rs
index 34c7ca7c..c854aff7 100644
--- a/native/src/widget/row.rs
+++ b/native/src/widget/row.rs
@@ -12,7 +12,7 @@ use std::u32;
/// A [`Row`] will try to fill the horizontal space of its container.
///
/// [`Row`]: struct.Row.html
-#[allow(missing_docs)]
+#[allow(missing_debug_implementations)]
pub struct Row<'a, Message, Renderer> {
spacing: u16,
padding: u16,