meh
This commit is contained in:
parent
17eef195a9
commit
4e4a477ff1
|
@ -634,9 +634,6 @@ impl Server {
|
||||||
data: None,
|
data: None,
|
||||||
};
|
};
|
||||||
|
|
||||||
#[cfg(target_os = "windows")]
|
|
||||||
let path = path;
|
|
||||||
|
|
||||||
#[cfg(not(target_os = "windows"))]
|
#[cfg(not(target_os = "windows"))]
|
||||||
let path = path.canonicalize()?;
|
let path = path.canonicalize()?;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue