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:
Mikayla Maki 2024-03-20 13:35:29 -07:00 committed by GitHub
parent d699b8e104
commit 78e116c111
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,6 +108,7 @@ pub struct EntryDetails {
#[derive(PartialEq, Clone, Default, Debug, Deserialize)]
pub struct Delete {
#[serde(default)]
pub skip_prompt: bool,
}