We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ee6c0 commit e351a8cCopy full SHA for e351a8c
src-tauri/cli/src/bin/dg.rs
@@ -1,8 +1,9 @@
1
use core::fmt;
2
+#[cfg(not(windows))]
3
+use std::os::unix::fs::PermissionsExt;
4
use std::{
5
fs::{create_dir, OpenOptions},
6
net::IpAddr,
- os::unix::fs::PermissionsExt,
7
path::{Path, PathBuf},
8
str::FromStr,
9
sync::Arc,
0 commit comments