Fix skip prompt warning (#9590)
This fixes a non-panicking log error caused by https://github.com/zed-industries/zed/pull/9452 Release Notes: - N/A
This commit is contained in:
parent
d699b8e104
commit
78e116c111
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ pub struct EntryDetails {
|
||||||
|
|
||||||
#[derive(PartialEq, Clone, Default, Debug, Deserialize)]
|
#[derive(PartialEq, Clone, Default, Debug, Deserialize)]
|
||||||
pub struct Delete {
|
pub struct Delete {
|
||||||
|
#[serde(default)]
|
||||||
pub skip_prompt: bool,
|
pub skip_prompt: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue