build(deps): bump the crates group across 1 directory with 9 updates #191
GitHub Actions / rustfmt-check
failed
Mar 14, 2026 in 0s
rustfmt-check
1 file, 2 counts
Details
Results
| Format checked | Amount |
|---|---|
| Files | 1 |
| Count | 2 |
Versions
-
rustc 1.96.0-nightly (1d8897a4e 2026-03-13)
-
cargo 1.96.0-nightly (cbb9bb8bd 2026-03-13)
-
rustfmt 1.9.0-nightly (1d8897a4e8 2026-03-13)
Annotations
Check warning on line 56 in /home/runner/work/Wild_KSU/Wild_KSU/userspace/ksud/src/feature.rs
github-actions / rustfmt-check
rustfmt check
Diff in /home/runner/work/Wild_KSU/Wild_KSU/userspace/ksud/src/feature.rs:56:
```diff
- Self::AvcSpoof => {
- "AVC Spoof - fix selinux context leak due to avc denial"
- }
+ Self::AvcSpoof => "AVC Spoof - fix selinux context leak due to avc denial",
```
Check warning on line 1 in /home/runner/work/Wild_KSU/Wild_KSU/userspace/ksud/src/feature.rs
github-actions / rustfmt-check
rustfmt check
Diff in /home/runner/work/Wild_KSU/Wild_KSU/userspace/ksud/src/feature.rs:1:
```diff
```
Loading