Skip to content

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

Sign in for the full log view
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::*};

              ```