Allow dead code explicitly in iced_web
This commit is contained in:
parent
4de164dcc7
commit
9ba9558429
6 changed files with 8 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue