Fix error in last commit due to incorrect conditional compilation
This commit is contained in:
parent
0337632175
commit
a6656c06b2
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
use std::env::current_dir;
|
||||
use std::fs;
|
||||
#[cfg(feature = "archive")]
|
||||
use std::io::Error as IoError;
|
||||
use std::path::Path;
|
||||
#[cfg(feature = "archive")]
|
||||
|
|
Loading…
Add table
Reference in a new issue