Function xtask::gen_doc::rename_key

source ยท
fn rename_key<K, V>(h: &mut HashMap<K, V>, old_key: &K, new_key: K)
where K: Eq + Hash,