fix: remove unused MetaPlugin::binary variant

Co-authored-by: aider (openai/andrew/openrouter/mistralai/mistral-medium-3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-28 15:01:24 -03:00
parent 56a7487abd
commit dd88547c37
4 changed files with 5 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ impl MetaPlugin for BaseMetaPlugin {
fn meta_type(&self) -> MetaPluginType {
// This is a base implementation, so we need to return something
// This might not be used, but we need to satisfy the trait
MetaPluginType::Binary
MetaPluginType::Text
}
fn outputs(&self) -> &std::collections::HashMap<String, serde_yaml::Value> {