Update core/src/inner.rs

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
Chris Titus 2025-02-02 12:19:39 -06:00 committed by GitHub
parent e009ef066c
commit 4b72e84b8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,10 +166,7 @@ enum SystemDataType {
#[serde(rename = "command_exists")]
CommandExists,
#[serde(untagged)]
FileContains {
file: PathBuf,
contains: String,
},
FileContains { file: PathBuf, contains: String },
}
fn filter_entries(entries: &mut Vec<Entry>) {