mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Auto merge of #26999 - rick68:patch-13, r=Gankro
Reverse PR `#26944 `, symbol `#` are actually as intended.
This commit is contained in:
commit
edf29a7102
@ -71,7 +71,7 @@ use core::raw::{TraitObject};
|
||||
/// The following two examples are equivalent:
|
||||
///
|
||||
/// ```
|
||||
/// #![feature(box_heap)]
|
||||
/// # #![feature(box_heap)]
|
||||
/// #![feature(box_syntax)]
|
||||
/// use std::boxed::HEAP;
|
||||
///
|
||||
@ -162,7 +162,7 @@ impl<T : ?Sized> Box<T> {
|
||||
///
|
||||
/// # Examples
|
||||
/// ```
|
||||
/// #![feature(box_raw)]
|
||||
/// # #![feature(box_raw)]
|
||||
/// use std::boxed;
|
||||
///
|
||||
/// let seventeen = Box::new(17u32);
|
||||
|
Loading…
Reference in New Issue
Block a user