Function tidy::ext_tool_checks::merge_args
source · fn merge_args<'a>(
cfg_args: &[&'a OsStr],
file_args: &[&'a OsStr]
) -> Vec<&'a OsStr>
Expand description
Helper to create cfg1 cfg2 -- file1 file2
output
fn merge_args<'a>(
cfg_args: &[&'a OsStr],
file_args: &[&'a OsStr]
) -> Vec<&'a OsStr>
Helper to create cfg1 cfg2 -- file1 file2
output