This commit is contained in:
Olof Blomqvist 2023-08-04 19:50:05 +02:00 committed by Lucas
parent 17eef195a9
commit 4e4a477ff1
1 changed files with 0 additions and 3 deletions

View File

@ -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()?;