fn scrub_url_debug(text: &str) -> StringExpand description
Collapses the body of every url::Url field-wise Debug in text, host included. Reaching
this means a struct failed to redact a Url field, so Url { *** } is a signal to fix that
struct rather than output to read a host out of.