提交 4c1707fb authored 作者: Serhij S's avatar Serhij S

codefmt

上级 e74dc2a1
...@@ -151,7 +151,7 @@ fn command_pipe<P, I, S>( ...@@ -151,7 +151,7 @@ fn command_pipe<P, I, S>(
program: P, program: P,
args: I, args: I,
opts: &Options, opts: &Options,
) -> std::result::Result<Receiver<CommandPipeOutput>, io::Error> ) -> io::Result<Receiver<CommandPipeOutput>>
where where
P: AsRef<OsStr>, P: AsRef<OsStr>,
I: IntoIterator<Item = S>, I: IntoIterator<Item = S>,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论