refactor: simplify filter plugin interface to use &mut dyn Read/Write
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
a8871a9575
commit
a72395fe83
@@ -43,8 +43,8 @@ impl TextMetaPlugin {
|
||||
base.initialize_plugin(
|
||||
&["text", "text_word_count", "text_line_count",
|
||||
"text_line_max_len", "text_line_mean_len", "text_line_median_len"],
|
||||
options,
|
||||
outputs,
|
||||
&options,
|
||||
&outputs,
|
||||
);
|
||||
|
||||
// Set disabled outputs to null based on options
|
||||
|
||||
Reference in New Issue
Block a user