mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Replaced ref_slice::ref_slice with std::slice::from_ref
ref_slice::ref_slice is deprecated in ref_slice-1.2.1, because it's redundant with std since rust 1.28. Signed-off-by: Adrian Willenbücher <willenbuecher@xq-tec.com>
This commit is contained in:
parent
b80b3ea02c
commit
0917dc4e87
4 changed files with 7 additions and 15 deletions
|
@ -85,7 +85,6 @@ phf = "0.8"
|
|||
pixels = { path = "../pixels" }
|
||||
profile_traits = { path = "../profile_traits" }
|
||||
ref_filter_map = "1.0.1"
|
||||
ref_slice = "1.0"
|
||||
regex = "1.1"
|
||||
script_layout_interface = { path = "../script_layout_interface" }
|
||||
script_plugins = { path = "../script_plugins" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue