mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-25 08:35:51 +00:00
Fix Clippy warning
This commit is contained in:
parent
da5ccfc6cd
commit
8fb9a14ea0
@ -16,7 +16,7 @@ pub enum Shape3d {
|
||||
|
||||
impl From<Shape3d> for Shape {
|
||||
fn from(shape: Shape3d) -> Self {
|
||||
Self::Shape3d(shape.into())
|
||||
Self::Shape3d(shape)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user