forked from Drop-OSS/archived-drop-app
Fix windows build by removing linux extension import (#64)
This commit is contained in:
@@ -12,7 +12,6 @@ use reqwest::blocking::{RequestBuilder, Response};
|
||||
|
||||
use std::fs::{set_permissions, Permissions};
|
||||
use std::io::{ErrorKind, Read};
|
||||
use std::os::unix::fs::MetadataExt;
|
||||
#[cfg(unix)]
|
||||
use std::os::unix::fs::PermissionsExt;
|
||||
use std::{
|
||||
|
||||
Reference in New Issue
Block a user