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 26 updates #21

Closed

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

1cf1174
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 26 updates #21

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

rustfmt

2 files, 3 counts

Details

Results

Format checked Amount
Files 2
Count 3

Versions

  • rustc 1.86.0-nightly (6171d944a 2025-02-10)

  • cargo 1.86.0-nightly (2928e3273 2025-02-07)

  • rustfmt 1.8.0-nightly (6171d944ae 2025-02-10)

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::*};

              ```