提交 83322c06 编写于 作者: T Tomasz Miąsko

remove unnecessary trailing semicolon from bootstrap

上级 e2267046
......@@ -334,7 +334,7 @@ fn do_merge<T: Merge>(x: &mut Option<T>, y: Option<T>) {
*x = Some(new);
}
}
};
}
do_merge(&mut self.build, build);
do_merge(&mut self.install, install);
do_merge(&mut self.llvm, llvm);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册