auto merge of #1458 : Ms2ger/servo/unused-import, r=jdm

This commit is contained in:
bors-servo 2014-01-04 07:04:24 -08:00
commit fdea007a7d

View file

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