synstructure

Function trim_start_matches

source
pub(crate) fn trim_start_matches(s: &str, c: char) -> &str
Expand description

trim_left_matches has been deprecated in favor of trim_start_matches. This helper silences the warning, as we need to continue using trim_left_matches for rust 1.15 support.