Skip to content

Commit

Permalink
servo: Merge #7240 - Stop using [T]::tail (from Ms2ger:slice_extras);…
Browse files Browse the repository at this point in the history
… r=nox

It has been removed upstream (rust-lang/rust#27684).

Source-Repo: https://github.com/servo/servo
Source-Revision: 4d7dd66ec9f0a5229a52b3301ac1a38848ebfb4b

UltraBlame original commit: 4fb4c524dac38483cbe495c72ff641d99b03c0d6
  • Loading branch information
marco-c committed Oct 1, 2019
1 parent 2ebf2d7 commit bbbc920
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions servo/tests/reftest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ path_ext
[
feature
(
slice_extras
)
]
#
!
[
feature
(
slice_patterns
)
]
Expand Down Expand Up @@ -229,10 +221,11 @@ mut
parts
=
args
[
1
.
tail
(
)
.
]
.
split
(
Expand Down

0 comments on commit bbbc920

Please sign in to comment.