mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
TRPL: guessing game: minor clarification
This commit is contained in:
@@ -276,7 +276,7 @@ displaying the message.
|
||||
[expect]: ../std/result/enum.Result.html#method.expect
|
||||
[panic]: error-handling.html
|
||||
|
||||
If we leave off calling this method, our program will compile, but
|
||||
If we do not call `expect()`, our program will compile, but
|
||||
we’ll get a warning:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user