Skip to content

ksud: Fix overlayfs mount #244

ksud: Fix overlayfs mount

ksud: Fix overlayfs mount #244

Triggered via push February 1, 2024 08:32
Status Success
Total duration 1m 49s
Artifacts

clippy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 warning
rustfmt check: /home/runner/work/KernelSU/KernelSU/userspace/ksud/src/mount.rs#L84
Original: ``` pub fn mount_overlayfs( lower_dirs: &[String], lowest: &str, dest: impl AsRef<Path>, ) -> Result<()> { ``` Expected: ``` pub fn mount_overlayfs(lower_dirs: &[String], lowest: &str, dest: impl AsRef<Path>) -> Result<()> { ```