Function remove_mirror
Source pub fn remove_mirror(url: &str) -> Result<()>
Expand description
Removes a cache mirror URL.
§Errors
Returns an error if the mirror cannot be removed from the configuration.
§Panics
This function does not explicitly panic.