pub fn remove_duplicates(list: Vec<String>, list_name: &str) -> Vec<String>
Removes duplicates from the list, and logs a warn!() for each duplicate removed.
warn!()