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:
Adrian Willenbücher 2021-06-10 20:56:41 +02:00
parent b80b3ea02c
commit 0917dc4e87
4 changed files with 7 additions and 15 deletions

View file

@ -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" }