We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84ed29 commit 76211cbCopy full SHA for 76211cb
crates/pgt_workspace/src/workspace.rs
@@ -46,7 +46,7 @@ pub struct ChangeFileParams {
46
pub changes: Vec<ChangeParams>,
47
}
48
49
-#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
+#[derive(Debug, serde::Serialize, serde::Deserialize)]
50
#[cfg_attr(feature = "schema", derive(schemars::JsonSchema))]
51
pub struct ChangeParams {
52
/// The range of the file that changed. If `None`, the whole file changed.
0 commit comments