diff --git a/src/svg.rs b/src/svg.rs index 02be7dae..37951898 100644 --- a/src/svg.rs +++ b/src/svg.rs @@ -239,6 +239,7 @@ impl BezPath { /// An error which can be returned when parsing an SVG. #[derive(Debug)] +#[non_exhaustive] pub enum SvgParseError { /// A number was expected. Wrong,