diff options
Diffstat (limited to 'src/etc/combine-tests.py')
| -rwxr-xr-x | src/etc/combine-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/combine-tests.py b/src/etc/combine-tests.py index a7f23405de5..68423b416f6 100755 --- a/src/etc/combine-tests.py +++ b/src/etc/combine-tests.py @@ -54,7 +54,7 @@ c.write( #[crate_id=\"run_pass_stage2#0.1\"]; #[crate_id=\"run_pass_stage2#0.1\"]; #[feature(globs, macro_rules, struct_variant, managed_boxes)]; -#[allow(warnings)]; +#![allow(warnings)] extern crate collections; """ ) |
