"Add plugin arg errors. Bring remaining errors to parity"

This commit is contained in:
Jonathan Turner
2019-07-14 04:59:59 +12:00
parent b2d48566ba
commit 7e555a0ef2
16 changed files with 47 additions and 60 deletions

View File

@ -82,8 +82,6 @@ pub struct CommandConfig {
pub named: IndexMap<String, NamedType>,
pub is_filter: bool,
pub is_sink: bool,
pub can_load: Vec<String>,
pub can_save: Vec<String>,
}
#[derive(Debug, Default, new, Serialize, Deserialize)]