Skip to content

Commit 6bc278c

Browse files
committed
Remove features from librustdoc
1 parent a60f12d commit 6bc278c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ fn maketest(s: &str, cratename: &str) -> @str {
138138
let mut prog = ~r"
139139
#[deny(warnings)];
140140
#[allow(unused_variable, dead_assignment, unused_mut, attribute_usage, dead_code)];
141-
#[feature(macro_rules, globs, struct_variant, managed_boxes)];
142141
";
143142
if s.contains("extra") {
144143
prog.push_str("extern mod extra;\n");

0 commit comments

Comments
 (0)