This commit is contained in:
Guillaume Gomez 2016-01-16 16:34:51 +01:00
parent 921890c64e
commit 864cd8d58e

View File

@ -136,7 +136,7 @@ pub trait RefRecoverSafe {}
///
/// let mut variable = 4;
///
/// // This code will not compile becuause the closure captures `&mut variable`
/// // This code will not compile because the closure captures `&mut variable`
/// // which is not considered panic safe by default.
///
/// // panic::recover(|| {