pub fn print_removed_pkgs<'a, I>(member_names: &HashSet<String>, removed: I)where I: IntoIterator<Item = &'a PkgLock>,