Skip to content

Commit

Permalink
Deliberately break semver, to see if cargo semver-checks notices
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Dec 11, 2023
1 parent 61b49c9 commit ebd992a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modeling-cmds/src/each_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<f64>,
}

/// Extend a path by adding a new segment which starts at the path's "pen".
Expand Down

0 comments on commit ebd992a

Please sign in to comment.