Allow dead code explicitly in iced_web

This commit is contained in:
Héctor Ramón Jiménez 2021-02-15 23:59:31 +01:00
parent 4de164dcc7
commit 9ba9558429
6 changed files with 8 additions and 0 deletions

View file

@ -12,6 +12,7 @@ pub struct Container<'a, Message> {
width: Length,
height: Length,
max_width: u32,
#[allow(dead_code)]
max_height: u32,
horizontal_alignment: Align,
vertical_alignment: Align,