Skip to content

ksud: fmt (2)

ksud: fmt (2) #61

GitHub Actions / rustfmt-check failed Feb 24, 2025 in 1s

rustfmt-check

1 file, 2 counts

Details

Results

Format checked Amount
Files 1
Count 2

Versions

  • rustc 1.87.0-nightly (f8a913b13 2025-02-23)

  • cargo 1.87.0-nightly (1d1d646c0 2025-02-21)

  • rustfmt 1.8.0-nightly (f8a913b138 2025-02-23)

Annotations

Check warning on line 18 in /home/runner/work/KernelSU/KernelSU/userspace/ksud/src/magic_mount.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt-check

rustfmt check

Diff in /home/runner/work/KernelSU/KernelSU/userspace/ksud/src/magic_mount.rs:18:
```diff

+ use std::fs::{DirEntry, FileType, create_dir, create_dir_all, read_dir, read_link};
```

Check warning on line 16 in /home/runner/work/KernelSU/KernelSU/userspace/ksud/src/magic_mount.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt-check

rustfmt check

Diff in /home/runner/work/KernelSU/KernelSU/userspace/ksud/src/magic_mount.rs:16:
```diff
- use std::fs::{DirEntry, FileType, create_dir, create_dir_all, read_dir, read_link};

```