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

This commit is contained in:
Manish Goregaokar 2015-05-09 00:37:43 +05:30
commit b02270963c

View File

@ -192,7 +192,7 @@ Heres 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");
^~~~~~~~~~~~~~~~~~
```