Skip to content

Commit 225298c

Browse files
committed
fix doc-tests by opting into placement_in_syntax feature where necessary.
1 parent 73df224 commit 225298c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/boxed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ use core::raw::{TraitObject};
7575
///
7676
/// ```
7777
/// # #![feature(box_heap)]
78-
/// #![feature(box_syntax)]
78+
/// #![feature(box_syntax, placement_in_syntax)]
7979
/// use std::boxed::HEAP;
8080
///
8181
/// fn main() {

0 commit comments

Comments
 (0)