Correctly guard an import in servo.rc.

This commit is contained in:
Ms2ger 2014-01-04 10:58:54 +01:00
parent 8cdfbf3fae
commit e34375cf52

View file

@ -56,7 +56,7 @@ pub use servo_util::url::make_url;
use std::comm; use std::comm;
#[cfg(not(test))] #[cfg(not(test))]
use std::os; use std::os;
#[cfg(not(test))] #[cfg(not(test), target_os="android")]
use std::str; use std::str;
use std::task::spawn_with; use std::task::spawn_with;