We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb6fb8 commit bde22cfCopy full SHA for bde22cf
modeling-cmds/src/format/step.rs
@@ -38,11 +38,8 @@ pub mod export {
38
///
39
/// [KittyCAD co-ordinate system]: ../coord/constant.KITTYCAD.html
40
pub coords: coord::System,
41
+
42
/// Timestamp override.
- ///
43
- /// This is intended for local integration testing only; it is not provided as an option
44
- /// in the JSON schema.
45
- #[serde(skip)]
46
pub created: Option<chrono::DateTime<chrono::Utc>>,
47
}
48
0 commit comments