Skip to content

Replace trim_{left, right} with trim_{start, end}

Caleb Xu requested to merge alebcay/cbindgen:patch-1 into master

As of rust 1.33.0, trim_left and trim_right have been deprecated in favor of trim_start and trim_end, respectively.

Merge request reports