diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-02-01 11:24:42 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-02-03 10:39:23 -0800 |
| commit | c765a8e7ad314651b92ff860cda0159c79dbec6e (patch) | |
| tree | 5cb922f942920dc7d6b0f3606e9cd914360b2707 /src/etc/combine-tests.py | |
| parent | f9a32cdabc1680b89bd7b579dc1e3f8f18c28257 (diff) | |
| download | rust-c765a8e7ad314651b92ff860cda0159c79dbec6e.tar.gz rust-c765a8e7ad314651b92ff860cda0159c79dbec6e.zip | |
Fixing remaining warnings and errors throughout
Diffstat (limited to 'src/etc/combine-tests.py')
| -rwxr-xr-x | src/etc/combine-tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/combine-tests.py b/src/etc/combine-tests.py index e87187abbcb..457c0b683ac 100755 --- a/src/etc/combine-tests.py +++ b/src/etc/combine-tests.py @@ -69,6 +69,7 @@ extern mod run_pass_stage2; use run_pass_stage2::*; use std::io; use std::io::Writer; +#[allow(warnings)] fn main() { let mut out = io::stdout(); """ |
