1
Fork 0

Rollup merge of #30909 - tshepang:a-better-name, r=steveklabnik

For a moment, I got confused by thinking the summary was referring to the same `x`
This commit is contained in:
Steve Klabnik 2016-01-14 14:58:34 -05:00
commit b3950b7ca5

View file

@ -227,7 +227,7 @@ impl<T> Box<T> {
/// # Examples /// # Examples
/// ///
/// ``` /// ```
/// let x = Box::new(5); /// let five = Box::new(5);
/// ``` /// ```
#[stable(feature = "rust1", since = "1.0.0")] #[stable(feature = "rust1", since = "1.0.0")]
#[inline(always)] #[inline(always)]