pub(super) fn load_target_cfgs(
config: &Config
) -> CargoResult<Vec<(String, TargetCfgConfig)>>
Expand description
Loads all of the target.'cfg()'
tables.
pub(super) fn load_target_cfgs(
config: &Config
) -> CargoResult<Vec<(String, TargetCfgConfig)>>
Loads all of the target.'cfg()'
tables.