Rollup merge of #25181 - steveklabnik:fix_curlies, r=alexcrichton
This commit is contained in:
commit
b02270963c
@ -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");
|
||||
^~~~~~~~~~~~~~~~~~
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user