pub fn fix_edition(
gctx: &GlobalContext,
original_ws: &Workspace<'_>,
opts: &mut FixOptions,
fix_edition: &FixEdition,
) -> CargoResult<()>
Expand description
Performs the actions for the -Zfix-edition
flag.
pub fn fix_edition(
gctx: &GlobalContext,
original_ws: &Workspace<'_>,
opts: &mut FixOptions,
fix_edition: &FixEdition,
) -> CargoResult<()>
Performs the actions for the -Zfix-edition
flag.