Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the crates group across 1 directory with 23 updates #9

Closed

build(deps): bump the crates group across 1 directory with 23 updates

9a99bd2
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

build(deps): bump the crates group across 1 directory with 23 updates #9

build(deps): bump the crates group across 1 directory with 23 updates
9a99bd2
Select commit
Loading
Failed to load commit list.
GitHub Actions / rustfmt failed Feb 1, 2025 in 0s

rustfmt

2 files, 3 counts

Details

Results

Format checked Amount
Files 2
Count 3

Versions

  • rustc 1.86.0-nightly (a730edcd6 2025-01-30)

  • cargo 1.86.0-nightly (cecde95c1 2025-01-24)

  • rustfmt 1.8.0-nightly (a730edcd67 2025-01-30)

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / rustfmt

rustfmt check

Original:

              ```
              
              ```
            
Expected:

              ```
              

              ```
            

Check warning on line 111 in /home/runner/work/KernelSU/KernelSU/userspace/ksud/src/init_event.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt

rustfmt check

Original:

              ```
                  

              ```
            
Expected:

              ```
              

              ```
            

Check warning on line 6 in /home/runner/work/KernelSU/KernelSU/userspace/ksud/src/init_event.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt

rustfmt check

Original:

              ```
              use rustix::{fd::AsFd, fs::CWD, fs::MountFlags, mount::*};

              ```
            
Expected:

              ```
              use rustix::{fd::AsFd, fs::MountFlags, fs::CWD, mount::*};

              ```