提交 b0227096 编写于 作者: M Manish Goregaokar

Rollup merge of #25181 - steveklabnik:fix_curlies, r=alexcrichton

......@@ -192,7 +192,7 @@ Here’s the error:
```text
error: type `std::fs::File` does not implement any method in scope named `write`
let result = f.write(b”whatever”);
let result = f.write(b"whatever");
^~~~~~~~~~~~~~~~~~
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册