fix: remove unused meta_name fields from meta plugin structs
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -63,7 +63,6 @@ impl Hasher {
|
||||
pub struct DigestMetaPlugin {
|
||||
hasher: Option<Hasher>,
|
||||
is_finalized: bool,
|
||||
meta_name: String,
|
||||
outputs: std::collections::HashMap<String, serde_yaml::Value>,
|
||||
options: std::collections::HashMap<String, serde_yaml::Value>,
|
||||
}
|
||||
@@ -146,7 +145,6 @@ impl DigestMetaPlugin {
|
||||
|
||||
plugin
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
impl MetaPlugin for DigestMetaPlugin {
|
||||
|
||||
Reference in New Issue
Block a user