auto merge of #19590 : sfackler/rust/fix-android, r=sfackler

Seems to be blocking forever
This commit is contained in:
bors 2014-12-06 17:42:16 +00:00
commit 358db12a89
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-android seems to block forever
#![forbid(warnings)]
// Pretty printing tests complain about `use std::predule::*`

View File

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-test
extern crate libc;