提交 030fffa5 编写于 作者: B bors

auto merge of #9368 : StrLght/rust/master, r=thestinger

......@@ -28,7 +28,7 @@
// Take a reference to the contained string
match msg {
Some(ref m) => io::println(m),
Some(ref m) => io::println(*m),
None => ()
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册