vector::sources::http_server

Function remove_duplicates

source
pub fn remove_duplicates(list: Vec<String>, list_name: &str) -> Vec<String>
Expand description

Removes duplicates from the list, and logs a warn!() for each duplicate removed.