mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Correctly guard an import in servo.rc.
This commit is contained in:
parent
8cdfbf3fae
commit
e34375cf52
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue