提交 acda78a6 编写于 作者: S Steve Klabnik

Rollup merge of #30019 - alex:patch-1, r=steveklabnik

looks like a case of mixed tabs and spaces
......@@ -1643,7 +1643,7 @@ fn main() {
let matches = match opts.parse(&args[1..]) {
Ok(m) => { m }
Err(e) => { panic!(e.to_string()) }
Err(e) => { panic!(e.to_string()) }
};
if matches.opt_present("h") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册