Uncomment missing debug implementations rule

This commit is contained in:
Héctor Ramón Jiménez 2019-11-22 21:16:40 +01:00
parent 42e775fece
commit d136b7ce64
14 changed files with 28 additions and 6 deletions

View file

@ -10,6 +10,7 @@ use std::{f32, hash::Hash, u32};
/// A widget that can vertically display an infinite amount of content with a
/// scrollbar.
#[allow(missing_debug_implementations)]
pub struct Scrollable<'a, Message, Renderer> {
state: &'a mut State,
height: Length,