From ebd992a215a3d570b94e3062c00d0567179f2eb1 Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Mon, 11 Dec 2023 15:18:46 -0600 Subject: [PATCH] Deliberately break semver, to see if cargo semver-checks notices --- modeling-cmds/src/each_cmd.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/modeling-cmds/src/each_cmd.rs b/modeling-cmds/src/each_cmd.rs index 63b3a08f..23b01d2b 100644 --- a/modeling-cmds/src/each_cmd.rs +++ b/modeling-cmds/src/each_cmd.rs @@ -21,8 +21,6 @@ use crate::{ pub struct MovePathPen { /// The ID of the command which created the path. pub path: ModelingCmdId, - /// Where the path's pen should be. - pub to: Point3d, } /// Extend a path by adding a new segment which starts at the path's "pen".