run

Function run 

Source
pub fn run(args: FmtArgs) -> Result<()>
Expand description

Runs cargo fmt across the entire workspace.

ยงErrors

Returns an error if cargo fmt exits with a non-zero status (i.e. files are not formatted when running in check mode).