clean_specs

Function clean_specs 

Source
fn clean_specs(
    clean_ctx: &mut CleanContext<'_>,
    ws: &Workspace<'_>,
    profiles: &Profiles,
    targets: &[String],
    spec: &[String],
    dry_run: bool,
) -> CargoResult<()>