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
|
|
@ -30,6 +30,7 @@ pub struct Checkbox<Message> {
|
|||
label: String,
|
||||
id: Option<String>,
|
||||
width: Length,
|
||||
#[allow(dead_code)]
|
||||
style: Box<dyn StyleSheet>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue