Skip to content

Commit 7dc506b

Browse files
author
gserena
committed
add default
1 parent 741dd32 commit 7dc506b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modeling-cmds/src/shared.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ pub struct SideFace {
729729
}
730730

731731
/// IDs of faces and edges (most used in identifying geometry in patterned and mirrored objects).
732-
#[derive(Debug, PartialEq, Serialize, Deserialize, JsonSchema, Clone)]
732+
#[derive(Debug, PartialEq, Serialize, Deserialize, JsonSchema, Clone, Default)]
733733
#[cfg_attr(feature = "ts-rs", derive(ts_rs::TS))]
734734
#[cfg_attr(feature = "ts-rs", ts(export_to = "ModelingCmd.ts"))]
735735
pub struct FaceEdgeInfo {

0 commit comments

Comments
 (0)