commit
734cc3e79e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
///
|
||||
/// This allows a program to terminate immediately and provide feedback
|
||||
/// to the caller of the program. `panic!` should be used when a program reaches
|
||||
/// an unrecoverable problem.
|
||||
/// an unrecoverable state.
|
||||
///
|
||||
/// This macro is the perfect way to assert conditions in example code and in
|
||||
/// tests. `panic!` is closely tied with the `unwrap` method of both [`Option`]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue