Skip to main content

run

Function run 

Source
pub fn run(settings: &Settings) -> Result<(), CliError>
Expand description

Delete the project’s target/ directory.

Idempotent: succeeds (with a “nothing to clean” message) when target/ does not exist.