auto merge of #18894 : ArtemGr/rust/patch-1, r=pnkfelix
A typo about Results being panics crawled in. Fixing it.
This commit is contained in:
commit
d91a015ab4
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@
|
|||
//! a bug.
|
||||
//!
|
||||
//! A module that instead returns `Results` is alerting the caller
|
||||
//! that panics are possible, and providing precise control over how
|
||||
//! that failure is possible, and providing precise control over how
|
||||
//! it is handled.
|
||||
//!
|
||||
//! Furthermore, panics may not be recoverable at all, depending on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue