Skip to content

Commit

Permalink
Remove unreachable
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Nov 5, 2023
1 parent 43ef0aa commit 470672d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/usvg-parser/src/converter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ fn convert_path(
parent.append(Node::new(NodeKind::Path(stroke_path)));
}
}
_ => unreachable!(),
_ => {}
};

append_single_paint_path(first);
Expand Down

0 comments on commit 470672d

Please sign in to comment.