Skip to main content

apply_rustfmt

Function apply_rustfmt 

Source
pub async fn apply_rustfmt<P: AsRef<Path>>(
    path: P,
) -> Result<(), GenerationError>
Expand description

Run rustfmt on all Rust files found under the given path.