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