GitHub Actions / clippy
failed
May 24, 2024 in 1s
clippy
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.78.0 (9b00956e5 2024-04-29)
- cargo 1.78.0 (54d8815d0 2024-03-26)
- clippy 0.1.78 (9b00956 2024-04-29)
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.29.0/src/unistd.rs:65:12
|
65 | 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.29.0/src/unistd.rs:65:12
|
65 | pub struct Uid(uid_t);
| ^^^
= note: the item is gated behind the `user` feature
Loading