about summary refs log tree commit diff
path: root/tests/codegen/src-hash-algorithm
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2023-11-03 19:59:26 -0500
committerTrevor Gross <tmgross@umich.edu>2023-11-03 20:44:21 -0500
commit55020c6f2f4aeac24e24d9bf4a623415c83c4608 (patch)
treedcfe360da6aa176166e536e46f521a13bd9f5657 /tests/codegen/src-hash-algorithm
parent9c20ddd956426d577d77cb3f57a7db2227a3c6e9 (diff)
downloadrust-55020c6f2f4aeac24e24d9bf4a623415c83c4608.tar.gz
rust-55020c6f2f4aeac24e24d9bf4a623415c83c4608.zip
Reverse ordering of `split_{first,last}_chunk` to be `(preceding, last)`
These methods currently return `(last_chunk, preceding_slice)`, which matches
the existing `split_x` methods that remove one item.

Change these to instead return `(preceding_slice, last_chunk)` which matches
string split methods, should be more intuitive, and will allow for consistency
with methods that split more items.
Diffstat (limited to 'tests/codegen/src-hash-algorithm')
0 files changed, 0 insertions, 0 deletions