Skip to main content

scrub_url_debug

Function scrub_url_debug 

Source
fn scrub_url_debug(text: &str) -> String
Expand 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.