Skip to content

Support multi module system implementation #220

Support multi module system implementation

Support multi module system implementation #220

GitHub Actions / rustfmt failed Jan 1, 2024 in 0s

rustfmt

1 file, 2 counts

Details

Results

Format checked Amount
Files 1
Count 2

Versions

  • rustc 1.77.0-nightly (e51e98dde 2023-12-31)

  • cargo 1.77.0-nightly (ac6bbb332 2023-12-26)

  • rustfmt 1.7.0-nightly (e51e98d 2023-12-31)

Annotations

Check warning on line 4 in /home/runner/work/KernelSU/KernelSU/userspace/ksud/src/module_api.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt

rustfmt check

Original:

              ```
              use derive_new::new;

              ```
            
Expected:

              ```
              
              ```
            

Check warning on line 2 in /home/runner/work/KernelSU/KernelSU/userspace/ksud/src/module_api.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt

rustfmt check

Original:

              ```
              
              ```
            
Expected:

              ```
              use derive_new::new;

              ```