Rustix #230
GitHub Actions / rustfmt
failed
Jan 31, 2024 in 0s
rustfmt
1 file, 2 counts
Details
Results
Format checked | Amount |
---|---|
Files | 1 |
Count | 2 |
Versions
-
rustc 1.77.0-nightly (cb4d9a190 2024-01-30)
-
cargo 1.77.0-nightly (7bb7b5395 2024-01-20)
-
rustfmt 1.7.0-nightly (cb4d9a1 2024-01-30)
Annotations
Check warning on line 6 in /home/runner/work/KernelSU/KernelSU/userspace/ksud/src/event.rs
github-actions / rustfmt
rustfmt check
Original:
```
```
Expected:
```
use std::{collections::HashMap, path::Path};
```
Check warning on line 3 in /home/runner/work/KernelSU/KernelSU/userspace/ksud/src/event.rs
github-actions / rustfmt
rustfmt check
Original:
```
use std::{collections::HashMap, path::Path};
```
Expected:
```
```
Loading