Fix error in last commit due to incorrect conditional compilation

This commit is contained in:
timvisee 2020-01-10 16:40:19 +01:00
parent 0337632175
commit a6656c06b2
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -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")]