Files
rust/src/liballoc/tests
bors 8b7f164eab Auto merge of #52994 - varkor:trim_direction, r=alexcrichton
Add trim_start, trim_end etc.; deprecate trim_left, trim_right, etc. in future

Adds the methods: `trim_start`, `trim_end`, `trim_start_matches` and `trim_end_matches`.
Deprecates `trim_left`, `trim_right`, `trim_left_matches` and `trim_right_matches` starting from Rust 1.33.0, three versions from when they'll initially be marked as being deprecated, using the future deprecation from https://github.com/rust-lang/rust/issues/30785 and https://github.com/rust-lang/rust/pull/51681.

Fixes https://github.com/rust-lang/rust/issues/30459.
2018-09-05 23:45:08 +00:00
..
2018-07-25 10:24:31 +09:00
2018-07-25 10:24:31 +09:00
2017-06-13 23:37:34 -07:00
2018-07-25 10:24:31 +09:00
2018-09-04 13:22:08 -06:00
2018-08-19 22:36:59 +01:00