diff options
Diffstat (limited to 'src/layout/background.rs')
| -rw-r--r-- | src/layout/background.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/layout/background.rs b/src/layout/background.rs index 793782fd..306afd67 100644 --- a/src/layout/background.rs +++ b/src/layout/background.rs @@ -1,7 +1,6 @@ use super::*; /// A node that places a rectangular filled background behind its child. -#[derive(Debug, Clone, Eq, PartialEq)] #[cfg_attr(feature = "layout-cache", derive(Hash))] pub struct BackgroundNode { /// The kind of shape to use as a background. |
