Function rustc_errors::markdown::parse::trim_extra_ws
source ยท fn trim_extra_ws(txt: &str) -> &str
Expand description
If there is more than one whitespace char at start or end, trim the extras
fn trim_extra_ws(txt: &str) -> &str
If there is more than one whitespace char at start or end, trim the extras