mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
2b0ce2cf92
Use char::is_whitespace directly in str::trim* Use the method directly instead of wrapping it in a closure.