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:
bors 2014-11-14 23:37:27 +00:00
commit d91a015ab4

View File

@ -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