Method
prepare
(
&self,
sh: &'a xshell::Shell,
flags: Flag,
)
Source from the content-addressed store, hash-verified
| 13 | |
| 14 | impl Prepare for LintsCommand { |
| 15 | fn prepare<'a>( |
| 16 | &self, |
| 17 | sh: &'a xshell::Shell, |
| 18 | flags: Flag, |
| 19 | ) -> Vec<PreparedCommand<'a>> { |
| 20 | let mut commands = vec![]; |
| 21 | commands.append(&mut FormatCommand::default().prepare(sh, flags)); |
| 22 | commands.append(&mut ClippyCommand::default().prepare(sh, flags)); |
| 23 | commands |
| 24 | } |
| 25 | } |
Callers
nothing calls this directly
Tested by
no test coverage detected