Skip to content

Commit d167e1b

Browse files
committed
default no_clobber to false
1 parent b790925 commit d167e1b

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)