Skip to content

Commit

Permalink
doc: that suffix serves as mere distraction
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jan 14, 2016
1 parent 02fbf31 commit f7fb0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/boxed.rs
Expand Up @@ -266,7 +266,7 @@ impl<T: ?Sized> Box<T> {
/// # Examples
///
/// ```
/// let seventeen = Box::new(17u32);
/// let seventeen = Box::new(17);
/// let raw = Box::into_raw(seventeen);
/// let boxed_again = unsafe { Box::from_raw(raw) };
/// ```
Expand Down

0 comments on commit f7fb0af

Please sign in to comment.