pub fn module_variant_pairs(
old_module: &str,
new_module: &str,
) -> Vec<(String, String)>Expand description
Build canonical + legacy module rename pairs.
The returned vector always includes the canonical :: pair. It also
includes the legacy ' pair when it differs.