Mark Primitive as non-exhaustive in iced_graphics
This commit is contained in:
parent
868f79d22e
commit
bbeaf10c04
4 changed files with 9 additions and 3 deletions
|
|
@ -265,9 +265,8 @@ impl<'a> Layer<'a> {
|
|||
current_layer,
|
||||
);
|
||||
}
|
||||
Primitive::Fill { .. } | Primitive::Stroke { .. } => {
|
||||
_ => {
|
||||
// Unsupported!
|
||||
// TODO: Draw a placeholder (?)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue