Function cargo::ops::add_overrides
source · pub fn add_overrides<'a>(
registry: &mut PackageRegistry<'a>,
ws: &Workspace<'a>
) -> CargoResult<()>Expand description
Read the paths configuration variable to discover all path overrides that
have been configured.