Update nix requirement from 0.26.2 to 0.27.1 #165
GitHub Actions / clippy
failed
Feb 13, 2024 in 0s
clippy
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.76.0 (07dca489a 2024-02-04)
- cargo 1.76.0 (c84b36747 2024-01-18)
- clippy 0.1.76 (07dca48 2024-02-04)
Annotations
Check failure on line 1 in src/common/permissions.rs
github-actions / clippy
unresolved import `nix::unistd::Uid`
error[E0432]: unresolved import `nix::unistd::Uid`
--> src/common/permissions.rs:1:5
|
1 | use nix::unistd::Uid;
| ^^^^^^^^^^^^^^^^ no `Uid` in `unistd`
|
note: found an item that was configured out
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/unistd.rs:74:12
|
74 | pub struct Uid(uid_t);
| ^^^
= note: the item is gated behind the `user` feature
Check failure on line 1 in src/common/permissions.rs
github-actions / clippy
unresolved import `nix::unistd::Uid`
error[E0432]: unresolved import `nix::unistd::Uid`
--> src/common/permissions.rs:1:5
|
1 | use nix::unistd::Uid;
| ^^^^^^^^^^^^^^^^ no `Uid` in `unistd`
|
note: found an item that was configured out
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/unistd.rs:74:12
|
74 | pub struct Uid(uid_t);
| ^^^
= note: the item is gated behind the `user` feature
Loading