Skip to content

Commit a84250d

Browse files
committed
Explicitly enable all the featuers as far as rust-analyzer is concerned
1 parent 9c0bdac commit a84250d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ parking_lot = "0.12"
7777
rand = "0.8"
7878
tempfile = "3.7.1"
7979
semver = "1.0.7"
80+
nix = { path = ".", features = ["acct", "aio", "dir", "env", "event", "fanotify",
81+
"feature", "fs", "hostname", "inotify", "ioctl", "kmod", "mman", "mount", "mqueue",
82+
"net", "personality", "poll", "pthread", "ptrace", "quota", "process", "reboot",
83+
"resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio",
84+
"user", "zerocopy"] }
8085

8186
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies]
8287
caps = "0.5.3"

0 commit comments

Comments
 (0)