Skip to content

Commit ab3238e

Browse files
authored
Merge pull request #124 from jacobmichels/jm/no-clobber-default
Default `no_clobber` to false
2 parents b790925 + d167e1b commit ab3238e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/undo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pub struct Scalar {
1010
pub original: Option<String>,
1111
#[serde(default)]
1212
pub current: Option<String>,
13+
#[serde(default)]
1314
pub no_clobber: bool,
1415
}
1516

0 commit comments

Comments
 (0)