mirror of
https://github.com/servo/servo.git
synced 2025-06-10 01:23:13 +00:00
Fix android unused import error.
This commit is contained in:
parent
cf047d6cef
commit
09d97bbf40
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
use std::io::{File, IoResult};
|
||||
use std::path::Path;
|
||||
|
||||
#[cfg(not(target_os = "android"))]
|
||||
use opts;
|
||||
|
||||
#[cfg(not(target_os = "android"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue