Skip to content

Commit

Permalink
doc: "x" is used as variable name on this API, so avoid using it here
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jan 14, 2016
1 parent 02fbf31 commit 80d2be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/boxed.rs
Expand Up @@ -227,7 +227,7 @@ impl<T> Box<T> {
/// # Examples
///
/// ```
/// let x = Box::new(5);
/// let five = Box::new(5);
/// ```
#[stable(feature = "rust1", since = "1.0.0")]
#[inline(always)]
Expand Down

0 comments on commit 80d2be9

Please sign in to comment.